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