Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 62654 invoked from network); 29 Apr 2010 18:48:10 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Apr 2010 18:48:10 -0000 Received: (qmail 91201 invoked by uid 500); 29 Apr 2010 18:48:10 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 91184 invoked by uid 500); 29 Apr 2010 18:48:10 -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 91174 invoked by uid 99); 29 Apr 2010 18:48:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Apr 2010 18:48:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Apr 2010 18:48:07 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 433D8238897F; Thu, 29 Apr 2010 18:47:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r939448 - /cassandra/trunk/conf/cassandra.yaml Date: Thu, 29 Apr 2010 18:47:17 -0000 To: commits@cassandra.apache.org From: jbellis@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100429184717.433D8238897F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jbellis Date: Thu Apr 29 18:47:16 2010 New Revision: 939448 URL: http://svn.apache.org/viewvc?rev=939448&view=rev Log: revert changes to default sync period and rpc timeout. patch by jbellisp Modified: cassandra/trunk/conf/cassandra.yaml Modified: cassandra/trunk/conf/cassandra.yaml URL: http://svn.apache.org/viewvc/cassandra/trunk/conf/cassandra.yaml?rev=939448&r1=939447&r2=939448&view=diff ============================================================================== --- cassandra/trunk/conf/cassandra.yaml (original) +++ cassandra/trunk/conf/cassandra.yaml Thu Apr 29 18:47:16 2010 @@ -101,10 +101,10 @@ commitlog_sync: periodic # the other option is "timed," where writes may be acked immediately # and the CommitLog is simply synced every commitlog_sync_period_in_ms # milliseconds. -commitlog_sync_period_in_ms: 1000 +commitlog_sync_period_in_ms: 10000 # Time to wait for a reply from other nodes before failing the command -rpc_timeout_in_ms: 5000 +rpc_timeout_in_ms: 10000 # time to wait before garbage collecting tombstones (deletion markers) gc_grace_seconds: 864000