Is it safe to remove initial_token parameter on a cluster created by snapshot restore procedure presented here https://docs.datastax.com /en/cassandra/latest/cassandra/operations/opsSnapshotRestoreNewCluster.html ?
For me, it seems that initial_token parameter is used only when nodes are started the first time and later during next reboot Cassandra obtains tokens from internal structures and initital_token parameter absence would not affect it.