You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by al...@apache.org on 2015/06/04 17:57:27 UTC

[1/2] cassandra git commit: Fix CHANGES.txt for 2.2beta1 and 2.2rc1

Repository: cassandra
Updated Branches:
  refs/heads/trunk 0096182c1 -> 96bbb67d3


Fix CHANGES.txt for 2.2beta1 and 2.2rc1


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

Branch: refs/heads/trunk
Commit: d3e00ef8610bc1592d46a7c2186b1d0ac1f997ca
Parents: 9befa37
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Thu Jun 4 18:56:34 2015 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Thu Jun 4 18:56:34 2015 +0300

----------------------------------------------------------------------
 CHANGES.txt | 23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d3e00ef8/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 20beea9..af51a9d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -33,9 +33,17 @@ Merged from 2.1:
  * Optimize range tombstone memory footprint (CASSANDRA-8603)
  * Use configured gcgs in anticompaction (CASSANDRA-9397)
 Merged from 2.0:
+ * Don't accumulate more range than necessary in RangeTombstone.Tracker (CASSANDRA-9486)
  * Add broadcast and rpc addresses to system.local (CASSANDRA-9436)
+ * Always mark sstable suspect when corrupted (CASSANDRA-9478)
+ * Add database users and permissions to CQL3 documentation (CASSANDRA-7558)
+ * Allow JVM_OPTS to be passed to standalone tools (CASSANDRA-5969)
+ * Fix bad condition in RangeTombstoneList (CASSANDRA-9485)
+ * Fix potential StackOverflow when setting CrcCheckChance over JMX (CASSANDRA-9488)
  * Fix null static columns in pages after the first, paged reversed
    queries (CASSANDRA-8502)
+ * Fix counting cache serialization in request metrics (CASSANDRA-9466)
+ * Add option not to validate atoms during scrub (CASSANDRA-9406)
 
 
 2.2.0-beta1
@@ -150,9 +158,7 @@ Merged from 2.0:
  * Allow scrub for secondary index (CASSANDRA-5174)
  * Save repair data to system table (CASSANDRA-5839)
  * fix nodetool names that reference column families (CASSANDRA-8872)
-
-
-2.1.6
+ Merged from 2.1:
  * Warn on misuse of unlogged batches (CASSANDRA-9282)
  * Failure detector detects and ignores local pauses (CASSANDRA-9183)
  * Add utility class to support for rate limiting a given log statement (CASSANDRA-9029)
@@ -179,21 +185,10 @@ Merged from 2.0:
  * Fix streaming not holding ref when stream error (CASSANDRA-9295)
  * Fix canonical view returning early opened SSTables (CASSANDRA-9396)
 Merged from 2.0:
- * Don't accumulate more range than necessary in RangeTombstone.Tracker (CASSANDRA-9486)
- * Add broadcast and rpc addresses to system.local (CASSANDRA-9436)
- * Always mark sstable suspect when corrupted (CASSANDRA-9478)
- * Add database users and permissions to CQL3 documentation (CASSANDRA-7558)
- * Allow JVM_OPTS to be passed to standalone tools (CASSANDRA-5969)
- * Fix bad condition in RangeTombstoneList (CASSANDRA-9485)
- * Fix potential StackOverflow when setting CrcCheckChance over JMX (CASSANDRA-9488)
- * Fix null static columns in pages after the first, paged reversed
-   queries (CASSANDRA-8502)
- * Fix counting cache serialization in request metrics (CASSANDRA-9466)
  * (cqlsh) Add LOGIN command to switch users (CASSANDRA-7212)
  * Clone SliceQueryFilter in AbstractReadCommand implementations (CASSANDRA-8940)
  * Push correct protocol notification for DROP INDEX (CASSANDRA-9310)
  * token-generator - generated tokens too long (CASSANDRA-9300)
- * Add option not to validate atoms during scrub (CASSANDRA-9406)
  * Fix counting of tombstones for TombstoneOverwhelmingException (CASSANDRA-9299)
  * Fix ReconnectableSnitch reconnecting to peers during upgrade (CASSANDRA-6702)
  * Include keyspace and table name in error log for collections over the size


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

Posted by al...@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/96bbb67d
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/96bbb67d
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/96bbb67d

Branch: refs/heads/trunk
Commit: 96bbb67d337f8b264bd60f827880f06f9b349162
Parents: 0096182 d3e00ef
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Thu Jun 4 18:57:33 2015 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Thu Jun 4 18:57:33 2015 +0300

----------------------------------------------------------------------
 CHANGES.txt | 23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/96bbb67d/CHANGES.txt
----------------------------------------------------------------------