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

William Burns (JIRA) issues at jboss.org
Thu Aug 14 07:30:32 EDT 2014


     [ https://issues.jboss.org/browse/ISPN-4630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

William Burns reopened ISPN-4630:
---------------------------------



> 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
>             Fix For: 7.0.0.Beta1
>
>
> 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