Verifying the keyspace replication factor
This content applies only to On-premises and Client-managed cloud environments
Troubleshoot keyspace-related errors, such as incorrect replication, by checking whether a specific keyspace exists and whether the keyspace belongs to the correct data center.
- View the keyspace details by entering
describe keyspace keyspace_name
in the cqlsh console.Cassandra returns output similar to the following:where:CREATE KEYSPACE data WITH replication = {'class': 'NetworkTopologyStrategy', 'datacenter1': '3'} AND durable_writes = true;
- class is the replication strategy.
- datacenter1 is the name of the related data center. The data center name is associated with the current replication factor value, for example, 3.
Previous topic Verifying the available disk space Next topic Verifying the status of ports