-
Bug
-
Resolution: Done
-
Blocker
-
5.3.0.Final, 6.0.0.Final
-
None
The following test fails (added to AbstractLocalTest):
public void testKeySetAfterClear() throws Exception { cache.put(1, "v1"); tm().begin(); try { cache.getAdvancedCache().withFlags(Flag.CACHE_MODE_LOCAL).clear(); assertTrue(cache.keySet().isEmpty()); } finally { tm().commit(); } }
If the flag is removed, it works fine.
- relates to
-
ISPN-3560 Size after a suspended transaction is resumed is incorrectly calculated
- Closed