In "Exercise 7 – Ring" (DS201) we create 2 nodes and specify initial_token as 0 and 9223372036854775807 correspondingly.
It means, we split token in to 2 ranges: [-9223372036854775807; 0] and [1, 9223372036854775807]
But why in "Exercise 1 – Install and Start Apache Cassandra" section we did not comment out or use 9223372036854775807 as initial_token?
After running 'labwork/config_node' I see 'initial_token: 0'