Skip to content

Commit f121f74

Browse files
authored
Update configure-hybrid-cluster.md
1 parent 0e6b35b commit f121f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/managed-instance-apache-cassandra/configure-hybrid-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ This quickstart demonstrates how to use the Azure CLI commands to configure a hy
217217
> Finally, to decommission your old data center:
218218
>
219219
> 1. Run `ALTER KEYSPACE` for each keyspace, removing the old data center.
220-
> 2. Run `nodetool repair` for each keyspace.
221-
> 2. Run [nodetool decommision](https://cassandra.apache.org/doc/latest/cassandra/operating/topo_changes.html#removing-nodes) for each on premise data center node.
220+
> 2. We recommend running `nodetool repair` for each keyspace as well, before the below step.
221+
> 3. Run [nodetool decommision](https://cassandra.apache.org/doc/latest/cassandra/operating/topo_changes.html#removing-nodes) for each on premise data center node.
222222
223223
> [!NOTE]
224224
> To speed up repairs we advise (if system load permits it) to increase both stream throughput and compaction throughput as in the example below:

0 commit comments

Comments
 (0)