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 D6B48EF8A for ; Wed, 5 Dec 2012 03:58:41 +0000 (UTC) Received: (qmail 13278 invoked by uid 500); 5 Dec 2012 03:58:41 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 13220 invoked by uid 500); 5 Dec 2012 03:58:40 -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 13155 invoked by uid 99); 5 Dec 2012 03:58:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2012 03:58:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C3299818B7D; Wed, 5 Dec 2012 03:58:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jbellis@apache.org To: commits@cassandra.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [5/6] git commit: r/m obsolete and unnecessary rpc_timeout_in_ms override from test config Message-Id: <20121205035838.C3299818B7D@tyr.zones.apache.org> Date: Wed, 5 Dec 2012 03:58:38 +0000 (UTC) r/m obsolete and unnecessary rpc_timeout_in_ms override from test config Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/40e22489 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/40e22489 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/40e22489 Branch: refs/heads/cassandra-1.2.0 Commit: 40e22489cd989651da5111902e2ce2d378ba8804 Parents: 8a96ec7 Author: Jonathan Ellis Authored: Tue Dec 4 21:58:20 2012 -0600 Committer: Jonathan Ellis Committed: Tue Dec 4 21:58:20 2012 -0600 ---------------------------------------------------------------------- test/conf/cassandra.yaml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/40e22489/test/conf/cassandra.yaml ---------------------------------------------------------------------- diff --git a/test/conf/cassandra.yaml b/test/conf/cassandra.yaml index 782b64c..133e033 100644 --- a/test/conf/cassandra.yaml +++ b/test/conf/cassandra.yaml @@ -7,7 +7,6 @@ in_memory_compaction_limit_in_mb: 1 commitlog_sync: batch commitlog_sync_batch_window_in_ms: 1.0 partitioner: org.apache.cassandra.dht.ByteOrderedPartitioner -rpc_timeout_in_ms: 5000 listen_address: 127.0.0.1 storage_port: 7010 rpc_port: 9170