>
> In nodetool ring, if you're not using vnodes, only one token should be
> listed with both the IP of the old node and the status Down.
> If you are using vnodes, it's a comma delimited list in initial_token,
> which you can get from :
> nodetool info -T | grep Token | awk '{print $3}' | paste -s -d,


Oh, I'm seeing a lot of tokens for each node. So that means I am using
vnodes I guess? Really sorry I am just starting to try to really learn
cassandra. Still new at the game, however.



On Tue, Jun 3, 2014 at 2:01 PM, Robert Coli <rc...@eventbrite.com> wrote:

> On Tue, Jun 3, 2014 at 10:53 AM, Curious Patient <mongoma...@gmail.com>
> wrote:
>
>> I want to be sure I'm using the right token.
>>
>
> In nodetool ring, if you're not using vnodes, only one token should be
> listed with both the IP of the old node and the status Down.
>
> If you are using vnodes, it's a comma delimited list in initial_token,
> which you can get from :
>
> nodetool info -T | grep Token | awk '{print $3}' | paste -s -d,
>
> =Rob
>
>

Reply via email to