我正在运行一个具有 3 个节点的 cassandra 集群。keyspace1 配置为运行 NetworkTopologyStrategy,
[default@Keyspace1] describe Keyspace1; Keyspace: Keyspace1: Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy Durable Writes: true Options: [datacenter1:1]
我尝试通过在 cassandra CLI 中的 Node1 上运行此命令来更新复制因子
使用 strategy_options = {datacenter1:3} 更新键空间 Keyspace1;
但是当我再次使用 describe Keyspace1 检查时,我仍然看到选项:[datacenter1:1],复制因子没有改变。我尝试重新启动 cassandra,尝试在所有节点上进行修复和清理,但仍然没有效果。我错过了什么?
`