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 543544C43 for ; Mon, 23 May 2011 20:56:28 +0000 (UTC) Received: (qmail 27065 invoked by uid 500); 23 May 2011 20:56:28 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 27046 invoked by uid 500); 23 May 2011 20:56:28 -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 27036 invoked by uid 99); 23 May 2011 20:56:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2011 20:56:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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, 23 May 2011 20:56:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5BDE4DA576 for ; Mon, 23 May 2011 20:55:47 +0000 (UTC) Date: Mon, 23 May 2011 20:55:47 +0000 (UTC) From: "T Jake Luciani (JIRA)" To: commits@cassandra.apache.org Message-ID: <403644164.37370.1306184147373.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <411179642.33715.1306006367370.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-2683) Allow writes to bypass the commit log for certain keyspaces 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-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-2683: -------------------------------------- Summary: Allow writes to bypass the commit log for certain keyspaces (was: Allow writes to bypass the commit log for certain column families) > 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: v1-0001-CASSANDRA-2683-add-bypass_commitlog-flag.txt, v1-0002-CASSANDRA-2683-thrift-add-bypass_commitlog-flag.txt, v1-0003-CASSANDRA-2683-Fix-broken-unit-tests.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