Re: persisted ring state

2013-02-10 Thread aaron morton
> Is that the right way to do? No. If you want to change the token for a node use nodetool move. Changing it like this will not make the node change it's token. Because after startup the token is stored in the System.LocationInfo CF. > or -Dcassandra.load_ring_state=false|true is only limite

persisted ring state

2013-02-09 Thread S C
In one of the scenarios that I encountered, I needed to change the token on the node. I added new token and started the node with-Dcassandra.load_ring_state=false in anticipation that the node will not pick from the locally persisted data. Is that the right way to do? or -Dcassandra.load_ring_s