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:17 UTC

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

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 8f70bb2f5 -> 94c826e85
  refs/heads/cassandra-2.2 767cb9a66 -> 0ba915d93
  refs/heads/trunk 442a45a25 -> 9dccb3f46


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.1
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
 =====
 


[4/6] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2

Posted by be...@apache.org.
Merge branch 'cassandra-2.1' into cassandra-2.2

Conflicts:
	CHANGES.txt
	NEWS.txt


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

Branch: refs/heads/trunk
Commit: 0ba915d930255ddf430785c0b3deee80d86dba39
Parents: 767cb9a 94c826e
Author: Benedict Elliott Smith <be...@apache.org>
Authored: Tue Jul 28 18:05:51 2015 +0100
Committer: Benedict Elliott Smith <be...@apache.org>
Committed: Tue Jul 28 18:05:51 2015 +0100

----------------------------------------------------------------------

----------------------------------------------------------------------



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

Posted by be...@apache.org.
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/trunk
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
 =====
 


[5/6] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2

Posted by be...@apache.org.
Merge branch 'cassandra-2.1' into cassandra-2.2

Conflicts:
	CHANGES.txt
	NEWS.txt


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

Branch: refs/heads/cassandra-2.2
Commit: 0ba915d930255ddf430785c0b3deee80d86dba39
Parents: 767cb9a 94c826e
Author: Benedict Elliott Smith <be...@apache.org>
Authored: Tue Jul 28 18:05:51 2015 +0100
Committer: Benedict Elliott Smith <be...@apache.org>
Committed: Tue Jul 28 18:05:51 2015 +0100

----------------------------------------------------------------------

----------------------------------------------------------------------



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

Posted by be...@apache.org.
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
 =====
 


[6/6] cassandra git commit: Merge branch 'cassandra-2.2' into trunk

Posted by be...@apache.org.
Merge branch 'cassandra-2.2' into trunk


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

Branch: refs/heads/trunk
Commit: 9dccb3f4687fce605db362d84e7318af9416ec99
Parents: 442a45a 0ba915d
Author: Benedict Elliott Smith <be...@apache.org>
Authored: Tue Jul 28 18:05:57 2015 +0100
Committer: Benedict Elliott Smith <be...@apache.org>
Committed: Tue Jul 28 18:05:57 2015 +0100

----------------------------------------------------------------------

----------------------------------------------------------------------