You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by be...@apache.org on 2015/07/28 19:06:18 UTC

[2/6] cassandra git commit: fix CHANGES.txt and NEWS.txt

fix CHANGES.txt and NEWS.txt


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/94c826e8
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/94c826e8
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/94c826e8

Branch: refs/heads/cassandra-2.2
Commit: 94c826e85998280a95e14325af2d6431ac426708
Parents: 8f70bb2
Author: Benedict Elliott Smith <be...@apache.org>
Authored: Tue Jul 28 18:05:09 2015 +0100
Committer: Benedict Elliott Smith <be...@apache.org>
Committed: Tue Jul 28 18:05:09 2015 +0100

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 NEWS.txt    | 9 +++++++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/94c826e8/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 5aee7ba..1ce95d6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 2.1.9
+ * Commit log segment recycling is disabled by default (CASSANDRA-9896)
  * Add consistency level to tracing ouput (CASSANDRA-9827)
  * Fix MarshalException when upgrading superColumn family (CASSANDRA-9582)
  * Fix broken logging for "empty" flushes in Memtable (CASSANDRA-9837)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/94c826e8/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index d513e65..dec3e99 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -14,6 +14,15 @@ restore snapshots created with the previous major version using the
 using the provided 'sstableupgrade' tool.
 
 
+2.1.9
+=====
+
+Upgrading
+---------
+    - Commit log files are no longer recycled by default, due to negative
+      performance implications. This can be enabled again with the 
+      commitlog_segment_recycling option in your cassandra.yaml 
+
 2.1.8
 =====