[
https://issues.apache.org/jira/browse/CASSANDRA-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916553#action_12916553
]
Jonathan Ellis commented on CASSANDRA-1561:
-------------------------------------------
btw, we're already checking for this on node move/loadbalance:
{code}
if (token != null && tokenMetadata_.sortedTokens().contains(token))
throw new IOException("target token " + token + " is already owned
by another node");
{code}
> Disallow bootstrapping to a token that is already owned by a live node
> ----------------------------------------------------------------------
>
> Key: CASSANDRA-1561
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1561
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Reporter: Jonathan Ellis
> Assignee: Jonathan Ellis
> Priority: Minor
> Fix For: 0.6.6, 0.7.0
>
> Attachments: 1561.txt
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.