Currently I am running Cassandra cluster with 4 nodes with initial token range. It has not been repaired since long time due to gc failed.
Now, I want to change initial token to vnode (num token). What should I do? 1. Shall I run 'nodetool repair' and then change initial toke to vnode? 2. Shall I change initial token to vnode first and then run 'nodetool repair' ? 3. Do I need to run 'nodetool repair' on all the node or on any one node?