I have to add new Cassandra Datacenter in other regions . Now the problem here is the previous Datacenter is on 2.2.9 version and I have created new nodes in new datacenter is on 2.2.11.
On the nodetool rebuild all the new nodes of new datacenter gets failed with error
Unable to find sufficient sources for streaming range in keyspace.
Even this error caused for system keyspaces like system,system_traces ,system_distributed).
This system keyspaces are on SimpleStrategy.
For searching about this issues i found that everyone is talking about change the strategy to NetworkTopology .
But ,If i don't want to keep replicas on all datacenter then why should i change the topology(strategy) .
In the previous version of Cassandra I had never saw such kind of restriction .
To avoid or ignore this issue on nodetool rebuild people are saying to add
-Dcassandra.consistent.rangemovement=false
But for addition of every new nodes is this required ?
What would be affect of this for other keyspaces on rebuild command .