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

Distributed Stream rehash can miss entries on non replicated caches with non iterator methods

    XMLWordPrintable

Details

    Description

      When fixing some rehash test failures in ISPN-9542, we added in an optimization to not allocate a listener and additional objects when using a replicated cache. Unfortunately in doing so the listener is only registered with replicated caches on accident. This leaves a small window between when we start iteration (we check segment) and the completion that if we lose an entry due to state transfer.

      The window is small enough to hit that it almost never shows in DistributedStreamRehashTest, due to it requiring state transfer to begin and complete between the start and and completion of iteration, which is a hard task when it actually has to move entries.

      Attachments

        Activity

          People

            wburns@redhat.com Will Burns
            wburns@redhat.com Will Burns
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: