[infinispan-issues] [JBoss JIRA] (ISPN-4036) StateConsumerImpl.isKeyUpdated searches for the key in the values collection
Dan Berindei (JIRA)
issues at jboss.org
Thu Feb 20 12:15:48 EST 2014
Dan Berindei created ISPN-4036:
----------------------------------
Summary: StateConsumerImpl.isKeyUpdated searches for the key in the values collection
Key: ISPN-4036
URL: https://issues.jboss.org/browse/ISPN-4036
Project: Infinispan
Issue Type: Bug
Components: Core, State Transfer
Affects Versions: 6.0.1.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Critical
Fix For: 7.0.0.Alpha1
Introduced by the ISPN-3443 fix. I changed the {{updatedKeys}} HashSet to be an EquivalendConcurrentHashMap, but I forgot to change the {{contains(key)}} call to {{containsKey(key)}}. Since we use the same value for all the keys, it means state transfer might skip more keys than it should have.
--
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