[infinispan-issues] [JBoss JIRA] (ISPN-1476) Hot Rod client consistent hash calculations broken

Galder Zamarreño (Created) (JIRA) jira-events at lists.jboss.org
Thu Oct 20 11:34:46 EDT 2011


Hot Rod client consistent hash calculations broken
--------------------------------------------------

                 Key: ISPN-1476
                 URL: https://issues.jboss.org/browse/ISPN-1476
             Project: Infinispan
          Issue Type: Bug
          Components: Cache Server
    Affects Versions: 5.1.0.BETA2, 5.0.0.FINAL
            Reporter: Galder Zamarreño
            Assignee: Galder Zamarreño
            Priority: Blocker
             Fix For: 5.1.0.BETA3


Hot Rod client hash code production is broken, which is why CSAIntegrationTest does not work.

As a result of the change in ISPN-1281, the hash space was increased and only positive values are produced.

However, Hot Rod client's ConsistentHashV1 was still producing old style hash codes, so request for keys would land on nodes that did not own the key.

This is being fixed as part of the work for ISPN-1408.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the infinispan-issues mailing list