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

Hudson commented on CASSANDRA-2683:
-----------------------------------

Integrated in Cassandra-0.8 #136 (See 
[https://builds.apache.org/hudson/job/Cassandra-0.8/136/])
    add cassandra-cli support for durable_writes flag

Patch by xedin; reviewed by tjake for CASSANDRA-2683

jake : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1127528
Files : 
* 
/cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/cli/CliClient.java
* 
/cassandra/branches/cassandra-0.8/src/resources/org/apache/cassandra/cli/CliHelp.yaml
* 
/cassandra/branches/cassandra-0.8/test/unit/org/apache/cassandra/cli/CliTest.java


> Allow writes to bypass the commit log for certain keyspaces
> -----------------------------------------------------------
>
>                 Key: CASSANDRA-2683
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2683
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: T Jake Luciani
>            Assignee: T Jake Luciani
>             Fix For: 0.8.1
>
>         Attachments: CASSANDRA-2683-CLI-support-for-DURABLE_WRITES.patch, 
> v1-0001-CASSANDRA-2683-add-bypass_commitlog-flag.txt, 
> v1-0002-CASSANDRA-2683-thrift-add-bypass_commitlog-flag.txt, 
> v1-0003-CASSANDRA-2683-rename-bypass_commitlog-to-durable_writ.txt, 
> v1-0004-CASSANDRA-2683-rename-bypass_commitlog-to-durable_writ.txt
>
>
> Some data in cassandra does not need durability on a single node.  Also ec2 
> users often wish to disable the commitlog since they are using the ephemeral 
> disks.
> This patch let's you set bypass_commitlog=true in the CfMetaData, the effect 
> being RowMutations on ColumnFamilies with this flag will bypass the commit log

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

Reply via email to