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 50FD8733F for ; Tue, 18 Oct 2011 17:19:34 +0000 (UTC) Received: (qmail 37431 invoked by uid 500); 18 Oct 2011 17:19:34 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 37406 invoked by uid 500); 18 Oct 2011 17:19:34 -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 37398 invoked by uid 99); 18 Oct 2011 17:19:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2011 17:19:34 +0000 X-ASF-Spam-Status: No, hits=-2000.5 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; Tue, 18 Oct 2011 17:19:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C6C5B30F2AB for ; Tue, 18 Oct 2011 17:19:10 +0000 (UTC) Date: Tue, 18 Oct 2011 17:19:10 +0000 (UTC) From: "Jonathan Ellis (Commented) (JIRA)" To: commits@cassandra.apache.org Message-ID: <62134093.7047.1318958350815.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1610325142.14673.1317452506151.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-3292) creating column family sets durable_writes to true MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-3292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13129868#comment-13129868 ] Jonathan Ellis commented on CASSANDRA-3292: ------------------------------------------- Yes, that's part of the new 01. > creating column family sets durable_writes to true > -------------------------------------------------- > > Key: CASSANDRA-3292 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3292 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 0.8.5 > Reporter: Radim Kolar > Assignee: Jonathan Ellis > Priority: Minor > Labels: schema > Fix For: 0.8.8 > > Attachments: 0001-r-m-rename-migrations.patch, 0002-clean-up-KSM.durableWrites.patch, 0003-cloneWith.patch, 0004-update-tests-to-use-KSM.testMetadata.patch > > > [default@rapidshare] describe keyspace rapidshare; > Keyspace: rapidshare: > Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy > Durable Writes: *false* > Options: [datacenter1:1] > Column Families: > [default@rapidshare] create column family t1; > 1ba19300-ebfa-11e0-0000-34912694d0bf > Waiting for schema agreement... > ... schemas agree across the cluster > [default@rapidshare] describe keyspace rapidshare; > Keyspace: rapidshare: > Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy > Durable Writes: *true* > Options: [datacenter1:1] > Column Families: > ColumnFamily: t1 > Key Validation Class: org.apache.cassandra.db.marshal.BytesType > Default column value validator: org.apache.cassandra.db.marshal.BytesType > Columns sorted by: org.apache.cassandra.db.marshal.BytesType > Row cache size / save period in seconds: 0.0/0 > Key cache size / save period in seconds: 200000.0/14400 > Memtable thresholds: 0.028124999999999997/1440/6 (millions of ops/minutes/MB) > GC grace seconds: 864000 > Compaction min/max thresholds: 4/32 > Read repair chance: 1.0 > Replicate on write: true > Built indexes: [] -- 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