I have one cassandra datacenter. Let's name it DC1. Then I added new datacenter for extending purporse in nodesize. Let's name it DC2. I use replication_factors DC1:3 and DC2:3. I write all my data as LocalDC=DC2 and ConsistencyLevel.LocalQuorom. I am sure that all write requests go to DC2. I want to remove DC1 and I dont want to run nodetool repair command. I dont want to wait.
Can I just simply change all keypaces replication_factor DC2:3 and run nodetool decommission on DC1 nodes?