Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AA984733B for ; Mon, 18 Jul 2011 04:27:44 +0000 (UTC) Received: (qmail 47335 invoked by uid 500); 18 Jul 2011 04:27:43 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 47022 invoked by uid 500); 18 Jul 2011 04:27:37 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 46810 invoked by uid 99); 18 Jul 2011 04:27:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2011 04:27:22 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2011 04:27:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 203C5848B0 for ; Mon, 18 Jul 2011 04:27:00 +0000 (UTC) Date: Mon, 18 Jul 2011 04:27:00 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: <1695386188.21756.1310963220128.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <917959043.21729.1310961299876.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (CASSANDRA-2907) durable_writes flag cannot be changes via the CLI MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-2907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-2907: ----------------------------------------- Assignee: Pavel Yaskevich > 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 > > 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