You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/managed-instance-apache-cassandra/configure-hybrid-cluster.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,9 +216,9 @@ This quickstart demonstrates how to use the Azure CLI commands to configure a hy
216
216
>
217
217
> Finally, to decommission your old data center:
218
218
>
219
-
> 1. Run `ALTER KEYSPACE` for each keyspace, removing the old data center.
220
-
> 1. We recommend running `nodetool repair` for each keyspace as well, before the below step.
221
-
> 1. Run [nodetool decommision](https://cassandra.apache.org/doc/latest/cassandra/operating/topo_changes.html#removing-nodes) for each on premise data center node.
219
+
> - Run `ALTER KEYSPACE` for each keyspace, removing the old data center.
220
+
> - We recommend running `nodetool repair` for each keyspace as well, before the below step.
221
+
> - Run [nodetool decommision](https://cassandra.apache.org/doc/latest/cassandra/operating/topo_changes.html#removing-nodes) for each on premise data center node.
222
222
223
223
> [!NOTE]
224
224
> 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