You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2011/07/18 06:27:00 UTC

[jira] [Updated] (CASSANDRA-2907) durable_writes flag cannot be changes via the CLI

     [ https://issues.apache.org/jira/browse/CASSANDRA-2907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-2907:
--------------------------------------

    Component/s:     (was: Core)
                 Tools
       Priority: Minor  (was: Major)

> durable_writes flag cannot be changes via the CLI
> -------------------------------------------------
>
>                 Key: CASSANDRA-2907
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2907
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.8.1
>            Reporter: Benjamin Schrauwen
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>
> I am unable to change the durable_writes option in the CLI. Here are the commands to replicate the problem on a clean install:
> create keyspace test;
> update keyspace test with durable_writes=false;
> show keyspaces;
> It will still say:
> Keyspace: test:
>   Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy
>   Durable Writes: true
>     Options: [datacenter1:1]
>   Column Families:
> PS: I looked in the tests of the CLI code of CASSANDRA-2683 and saw that the feature actually is not properly tested: the flag is set, but never tested.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira