Re: Guidance on Migrating from SimpleSnitch and SimpleStrategy in Cassandra 3.11 Cluster

2025-07-17 Thread manish khandelwal
Hi Nick 1. Take Backup. 2. Migrate the snitch. Refer https://docs.datastax.com/en/cassandra-oss/3.x/cassandra/operations/opsSwitchSnitch.html and https://dba.stackexchange.com/questions/314862/how-do-i-change-the-cassandra-topology-snitch-in-a-multi-az-cluster 3. For altering the keyspace, run alt

Guidance on Migrating from SimpleSnitch and SimpleStrategy in Cassandra 3.11 Cluster

2025-07-17 Thread Nick Jonas
Hi Community, We currently have a 3-node Cassandra 3.11 production cluster that was initially set up with the following configuration: - *Snitch:* endpoint_snitch: SimpleSnitch - *Keyspace replication:* {'class': 'SimpleStrategy', 'replication_factor': '3'} Unfortunately, this s