Overwriting the Cassandra Restore Replication Factor

Use this additional setting to overwrite the Cassandra replication factor for restores.

Procedure

  • To the Cassandra Gateway Node client, add the additional setting as shown in the following table.

    For instructions on how to add additional settings from the CommCell Console, see Add or Modify an Additional Setting.

Property

Value

Name

sChangeReplicationFactor

Category

Cassandra

Type

String

Value

The CREATE KEYSPACE STATEMENT from the keyword WITH replication that describes the replication strategy and factor.

Note

The string must end with a "}".

Examples

WITH replication = {'class': 'org.apache.cassandra.locator.NetworkTopologyStrategy', 'dc1': '1' , 'dc2': '2'}

WITH replication = {'class': 'org.apache.cassandra.locator.SimpleStrategy', 'replication_factor': '2'}

Loading...