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

DistributedEntryRetriever throws NPE if iterator is closed before processing all responses

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.0.0.Beta2
    • 7.0.0.Alpha5
    • Core
    • None

    Description

      DistributedEntryRetriever itrerator needs to ignore responses from nodes if a iterator is closed early or if a rehash occurs causing some redundant requests to be sent.

      This was covered in a previous version but refactoring lost it somehow and instead the code is using variables that cannot be null.

      } else if (log.isTraceEnabled()) {
               log.tracef("Ignoring values as identifier %s was marked as complete", identifier);
            }
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: