[infinispan-issues] [JBoss JIRA] (ISPN-2777) ReplicatedConsistentHash.isKeyLocalToNode(node, key) should return false if the node is not a member yet
Adrian Nistor (JIRA)
jira-events at lists.jboss.org
Wed Jan 30 14:19:51 EST 2013
[ https://issues.jboss.org/browse/ISPN-2777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrian Nistor updated ISPN-2777:
--------------------------------
Workaround Description: isKeyLocalToNode currently returns true all the time. Failing to implement isKeyLocalToNode properly makes it impossible to detect if the key is not yet available locally (because state transfer is still in progress) and should be fetched remotely before proceeding with a conditional command. This is a prerequisite for ISPN-2757. (was: isKeyLocalToNode currently returns true all the time. Failing to implement isKeyLocalToNode properly makes it impossible to detect if the key is not yet available locally (because state transfer is still in progress) and should be fetched remotely before proceeding with a conditional command. This is a prerequisite for ISPN-2467.)
> ReplicatedConsistentHash.isKeyLocalToNode(node, key) should return false if the node is not a member yet
> --------------------------------------------------------------------------------------------------------
>
> Key: ISPN-2777
> URL: https://issues.jboss.org/browse/ISPN-2777
> Project: Infinispan
> Issue Type: Bug
> Components: Core API
> Affects Versions: 5.2.0.CR3
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 5.2.0.Final
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list