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

DistributedEntryRetriever throws NPE if iterator is closed before processing all responses

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

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

      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);
            }
      

              wburns@redhat.com Will Burns
              wburns@redhat.com Will Burns
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: