Skip to content

Commit 5f7c561

Browse files
committed
Enh 37186707 - [37162410->14.1.2.0.1] RWBM.flush() should not call storeAll() 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]
1 parent d4a1f5b commit 5f7c561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3522,7 +3522,7 @@ protected void flush(WriteQueue queue, StoreWrapper store)
35223522
}
35233523
}
35243524

3525-
if (fBatch)
3525+
if (fBatch && !setBatch.isEmpty())
35263526
{
35273527
try
35283528
{

0 commit comments

Comments
 (0)