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でこのコマンドを実行して、レプリケーション係数を更新しようとしました
キースペース Keyspace1 を strategy_options = {datacenter1:3} で更新します。
しかし、describe Keyspace1 を使用して再度確認すると、まだ Options: [datacenter1:1], the replication factor is not changed. が表示されます。Cassandra の再起動を試み、すべてのノードで修復とクリーンアップを試みましたが、効果はありませんでした。私は何が欠けていますか?
`