Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-9501

AbstractCacheStream.performOperationRehashAware() can hang

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 9.3.4.Final, 9.4.0.Final
    • 9.4.0.Final
    • Core
    • None

      There are actually 2 different issues:

      1. segmentsToProcess reuses the remoteResults.lostSegments ConcurrentSmallIntSet instance, so when remoteResults.lostSegments is cleared, segmentsToProcess is also cleared.
      2. Because of ISPN-9500, segmentsToProcess.isEmpty() keeps returning false, so performOperationRehashAware() keeps waiting for a newer topology.

              dberinde@redhat.com Dan Berindei (Inactive)
              dberinde@redhat.com Dan Berindei (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: