Christian Schnidrig created CASSANDRA-4428: ----------------------------------------------
Summary: updating strategy_options has no effect Key: CASSANDRA-4428 URL: https://issues.apache.org/jira/browse/CASSANDRA-4428 Project: Cassandra Issue Type: Bug Components: Core Affects Versions: 1.1.2 Reporter: Christian Schnidrig updating the strategy_options with cassandra-cli does not actually do anything: [default@unknown] use mt2; Authenticated to keyspace: mt2 [default@mt2] update keyspace mt2 with placement_strategy = 'NetworkTopologyStrategy' and strategy_options = {OVH:1, FALKENSTEIN:1}; 56c68393-fbcd-34be-b48b-59bd16e33c80 Waiting for schema agreement... ... schemas agree across the cluster [default@wualaContent_mt2] show schema; create keyspace mt2 with placement_strategy = 'NetworkTopologyStrategy' and strategy_options = {OVH : 2, FALKENSTEIN : 0} and durable_writes = true; the strategy_options were not updated. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira