[FOLLOW UP QUESTION TO #6430]
[The answer to #6430] prompts another question. The point here is to help me better understand nodetool rebuild
not to avoid it.
Sooner or later, the Keyspace replication strategy should take in account the new DC. What if I modify upfront the keyspace in the existing DC BEFORE the new DC comes to existence:
ALTER KEYSPACE mykeyspace WITH replication = { 'class': 'NetworkTopologyStrategy', 'currentDC':3, 'newDC':3 };
Then I bootstrap a new node in the new DC. Would the bootstraping (of the new node) this time be equivalent to a nodetool rebuild
?