[infinispan-issues] [JBoss JIRA] (ISPN-4630) DistributedEntryRetriever throws NPE if iterator is closed before processing all responses

William Burns (JIRA) issues at jboss.org
Mon Aug 11 09:08:29 EDT 2014


William Burns created ISPN-4630:
-----------------------------------

             Summary: DistributedEntryRetriever throws NPE if iterator is closed before processing all responses
                 Key: ISPN-4630
                 URL: https://issues.jboss.org/browse/ISPN-4630
             Project: Infinispan
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Core
    Affects Versions: 7.0.0.Alpha5
            Reporter: William Burns
            Assignee: William Burns


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.

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



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the infinispan-issues mailing list