[JBoss JIRA] (ISPN-4630) DistributedEntryRetriever throws NPE if iterator is closed before processing all responses
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-4630?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-4630:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Integrated in master. Thanks!
> 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)
11 years, 8 months
[JBoss JIRA] (ISPN-263) Handle cluster partitions
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-263?page=com.atlassian.jira.plugin.s... ]
Tristan Tarrant updated ISPN-263:
---------------------------------
Status: Resolved (was: Pull Request Sent)
Assignee: Dan Berindei (was: Mircea Markus)
Resolution: Done
> Handle cluster partitions
> -------------------------
>
> Key: ISPN-263
> URL: https://issues.jboss.org/browse/ISPN-263
> Project: Infinispan
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Core
> Reporter: Manik Surtani
> Assignee: Dan Berindei
> Labels: MERGE, roadmap, split_brain
> Fix For: 7.0.0.Beta1, 7.0.0.Final
>
>
> JGroups already detects split brains and issues a callback. The cache layer needs to decide what to do. The idea is to implement a few canned policies (restart, wipe, etc) and allow custom handlers to be attached as well.
> Analogous to JBCACHE-471
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (ISPN-4630) DistributedEntryRetriever throws NPE if iterator is closed before processing all responses
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-4630?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-4630:
--------------------------------
Fix Version/s: 7.0.0.Beta1
> 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)
11 years, 8 months
[JBoss JIRA] (ISPN-4630) DistributedEntryRetriever throws NPE if iterator is closed before processing all responses
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-4630?page=com.atlassian.jira.plugin.... ]
Work on ISPN-4630 started by William Burns.
> 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)
11 years, 8 months