[infinispan-issues] [JBoss JIRA] (ISPN-2301) DefaultConsistentHash does not use group annotation.

Erik Salter (JIRA) jira-events at lists.jboss.org
Fri Sep 14 16:21:32 EDT 2012


Erik Salter created ISPN-2301:
---------------------------------

             Summary: DefaultConsistentHash does not use group annotation.
                 Key: ISPN-2301
                 URL: https://issues.jboss.org/browse/ISPN-2301
             Project: Infinispan
          Issue Type: Bug
          Components: Core API
    Affects Versions: 5.2.0.Alpha3
            Reporter: Erik Salter
            Assignee: Mircea Markus


Part of my design pattern is to use the Group API to group like-minded keys to the same segment.  The DefaultConsistentHash impl, in returning the primary owner of a key, uses the key's hash code instead of the Group annotation value.  According to TRACE logs, this results in remote LockControlCommand.

See the comments for ISPN-2291 for logs associated with such keys. (These keys use "edgeDeviceId=" as the group value.

--
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