Skip to content

Commit

Permalink
Enh 37186707 - [37162410->14.1.2.0.1] RWBM.flush() should not call st…
Browse files Browse the repository at this point in the history
…oreAll() if the entry set is empty (14.1.2.0 cl 112563 --> ce/14.1.2.0)

[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.2.0/": change = 113191]
  • Loading branch information
fryp committed Jan 5, 2025
1 parent d4a1f5b commit 5f7c561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3522,7 +3522,7 @@ protected void flush(WriteQueue queue, StoreWrapper store)
}
}

if (fBatch)
if (fBatch && !setBatch.isEmpty())
{
try
{
Expand Down

0 comments on commit 5f7c561

Please sign in to comment.