You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Pavel Yaskevich (JIRA)" <ji...@apache.org> on 2012/07/09 18:07:34 UTC

[jira] [Commented] (CASSANDRA-4428) updating strategy_options has no effect

    [ https://issues.apache.org/jira/browse/CASSANDRA-4428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13409595#comment-13409595 ] 

Pavel Yaskevich commented on CASSANDRA-4428:
--------------------------------------------

Was it Cassandra version prior to 1.1.2 you used to create a mt2 keyspace? I can't reproduce that on 1.1.2 version.
                
> 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
>            Assignee: Pavel Yaskevich
>
> 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@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