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

AbstractCacheStream.performOperationRehashAware() can hang

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: