From c065da73ee8eb58ec9c8c1b800f843dbed8c08d5 Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Tue, 5 Jan 2010 17:28:41 +0000 Subject: [PATCH] merge from 0.5 branch git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@896140 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 3 +++ conf/storage-conf.xml | 7 +++---- src/java/org/apache/cassandra/db/CommitLog.java | 6 +++++- src/java/org/apache/cassandra/service/StorageService.java | 5 +++++ 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 39d2da5ab3..dd729a4c5f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,9 @@ dev * TcpConnectionManager was holding on to disconnected connections, giving the false indication they were being used. (CASSANDRA-651) * Remove duplicated write. (CASSANDRA-662) + * Abort bootstrap if IP is already in the token ring (CASSANDRA-663) + * increase default commitlog sync period, and wait for last sync to + finish before submitting another (CASSANDRA-668) 0.5.0 RC1 diff --git a/conf/storage-conf.xml b/conf/storage-conf.xml index 8b96057cc4..5445cf6d4b 100644 --- a/conf/storage-conf.xml +++ b/conf/storage-conf.xml @@ -314,11 +314,10 @@ periodic - 1000 + 10000