How to effectively manage the initial cassandra token?

I am a new cassandra user. I know that there is an initial marker configuration and how to generate it. The question is, do I have an existing cluster with nodes x, and I want to add an additional node (one or several), should I reconfigure all nodes to new tokens (in accordance with the new generated values)?

Or is there a better way to manage this?

+5
source share
1 answer

If you're looking for what works best for these tasks, check out this token strategy section of the Cassandra 1.0 documentation .

An abridged version of your options, from the documentation:

  • , - [..] , , ( trisect) .
  • - [..] . , nodetool.
  • node initial_token - [..] node node . [..] , .

Priam ( Netflix), , . Apache, , , [] .

+8

All Articles