[ 
https://issues.apache.org/jira/browse/CASSANDRA-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892370#action_12892370
 ] 

Jignesh Dhruv commented on CASSANDRA-1291:
------------------------------------------

I downloaded the latest source code from trunk and I still get nodetool to 
print out the same nde multiple times in a cluster. It misses certain nodes and 
instead of that, it show me the same node 3 or 4 times. I use RackAwareStrategy 
with 14 nodes.

I am not getting any problems with the fix that I described above where I am 
converting HashSet to LinkedHashSet thus preserving the nodes order.

> nodetool ring prints incorrect IP address
> -----------------------------------------
>
>                 Key: CASSANDRA-1291
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1291
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7 beta 1
>            Reporter: Brandon Williams
>             Fix For: 0.7 beta 1
>
>
> Nodetool's ring output on trunk seems to duplicate an ipaddress instead of 
> printing them all.
> To reproduce: spin up a 3 node cluster and create a keyspace, examine 
> nodetool ring.  One ip address will show up twice, though the tokens are 
> correctly displayed for the three machines.
> This is a cosmetic error, if you call getLiveNodes via JMX you can see all 
> three IPs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to