[infinispan-issues] [JBoss JIRA] (ISPN-2703) The "machine" attribute of server hinting does not work

Dan Berindei (JIRA) jira-events at lists.jboss.org
Wed Jan 23 05:59:47 EST 2013


    [ https://issues.jboss.org/browse/ISPN-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749841#comment-12749841 ] 

Dan Berindei commented on ISPN-2703:
------------------------------------

Ah, sorry, I looked at the test's infinispan.xml but I didn't notice numSegments was set to 1.

Yes, this is expected (but perhaps under-documented). The consistent hash doesn't actually distribute keys among the nodes, it only distributes segments. Each key is mapped to a segment, and the segment is mapped to a list of owners. So if there is only one segment, all the keys will map to that segment, and all of them will have the same owners.
                
> The "machine" attribute of server hinting does not work
> -------------------------------------------------------
>
>                 Key: ISPN-2703
>                 URL: https://issues.jboss.org/browse/ISPN-2703
>             Project: Infinispan
>          Issue Type: Bug
>    Affects Versions: 5.2.0.Beta6
>            Reporter: Martin Gencur
>            Assignee: Dan Berindei
>            Priority: Critical
>             Fix For: 5.2.0.Final
>
>         Attachments: server-hinting-logs.zip, trace_log_machine_attribute_failing.txt
>
>
> The rack and site attributes already work correctly. I'm creating this one issue  just for the remaining "machine" attribute.
> Will attach trace logs

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