-
Bug
-
Resolution: Done
-
Major
-
9.4.0.Final
-
None
-
Sprint 9.4.0.CR3
There are actually 2 different issues:
- segmentsToProcess reuses the remoteResults.lostSegments ConcurrentSmallIntSet instance, so when remoteResults.lostSegments is cleared, segmentsToProcess is also cleared.
- Because of
ISPN-9500, segmentsToProcess.isEmpty() keeps returning false, so performOperationRehashAware() keeps waiting for a newer topology.
- is cloned by
-
JBEAP-16208 (7.2.z) ISPN-9501 - AbstractCacheStream.performOperationRehashAware() can hang
- Closed
- is related to
-
ISPN-9500 ConcurrentSmallIntSet.clear() does not always set the size to 0
- Closed