You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2015/08/29 00:07:15 UTC

[4/8] cassandra git commit: 10199 is 2.2.2

10199 is 2.2.2


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

Branch: refs/heads/trunk
Commit: f2b66166a8eb5124c1495d019978beeff03e0b96
Parents: 8bc32ba
Author: Jonathan Ellis <jb...@apache.org>
Authored: Fri Aug 28 17:05:26 2015 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Fri Aug 28 17:05:26 2015 -0500

----------------------------------------------------------------------
 CHANGES.txt |  5 ++++-
 NEWS.txt    | 16 ++++++++++------
 2 files changed, 14 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/f2b66166/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 7aec3bc..7090dcd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,9 @@
-2.2.1
+2.2.2
  * Fall back to 1/4 commitlog volume for commitlog_total_space on small disks
    (CASSANDRA-10199)
+
+
+2.2.1
  * Fix race during construction of commit log (CASSANDRA-10049)
  * Fix LeveledCompactionStrategyTest (CASSANDRA-9757)
  * Fix broken UnbufferedDataOutputStreamPlus.writeUTF (CASSANDRA-10203)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/f2b66166/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index fd952e2..2523af2 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -14,6 +14,16 @@ restore snapshots created with the previous major version using the
 using the provided 'sstableupgrade' tool.
 
 
+2.2.2
+=====
+
+Changed Defaults
+----------------
+   - commitlog_total_space_in_mb will use the smaller of 8192, and 1/4
+     of the total space of the commitlog volume. (Before: always used
+     8192)
+
+
 2.2.1
 =====
 
@@ -26,12 +36,6 @@ New features
 ------------
    - COUNT(*) and COUNT(1) can be selected with other columns or functions
 
-Changed Defaults
-----------------
-   - commitlog_total_space_in_mb will use the smaller of 8192, and 1/4
-     of the total space of the commitlog volume. (Before: always used
-     8192)
-
 
 2.2
 ===