[
https://issues.apache.org/jira/browse/CASSANDRA-872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843631#action_12843631
]
Jonathan Ellis commented on CASSANDRA-872:
------------------------------------------
I don't think a solution that only kinda works is really a solution here.
For instance a node that is partitioned is indistinguishable from dead.
The failure scenario is really obvious here, so I don't think it's worth making
things more complex w/o really solving it.
> Nodes should fail to join the ring with duped tokens
> ----------------------------------------------------
>
> Key: CASSANDRA-872
> URL: https://issues.apache.org/jira/browse/CASSANDRA-872
> Project: Cassandra
> Issue Type: Bug
> Affects Versions: 0.6
> Reporter: Stu Hood
> Fix For: 0.6, 0.7
>
>
> Currently, multiple nodes can join the ring with the same token (particularly
> when people copy the data directory between machines). The symptom is that
> the new endpoint joins the ring successfully, but both nodes can only see
> themselves in the ring (according to nodetool).
> Instead of this behaviour, we would want gossip to die rather than joining
> with a duped token.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.