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 2013/12/10 05:36:04 UTC

[1/3] git commit: CHANGES

Updated Branches:
  refs/heads/cassandra-2.0 5d24c5533 -> c99734c5f
  refs/heads/trunk 69c180146 -> 706058c78


CHANGES


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

Branch: refs/heads/cassandra-2.0
Commit: c99734c5ffb953a7acc7d8d7690c65d38c740bed
Parents: 5d24c55
Author: Jonathan Ellis <jb...@apache.org>
Authored: Tue Dec 10 10:35:52 2013 +0600
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Tue Dec 10 10:35:52 2013 +0600

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c99734c5/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index e72e5d2..e0338db 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 2.0.4
+ * Fix cleanup ClassCastException (CASSANDRA-6462)
  * Reduce gossip memory use by interning VersionedValue strings (CASSANDRA-6410)
  * Allow specifying datacenters to participate in a repair (CASSANDRA-6218)
  * Fix divide-by-zero in PCI (CASSANDRA-6403)


[3/3] git commit: Merge branch 'cassandra-2.0' into trunk

Posted by jb...@apache.org.
Merge branch 'cassandra-2.0' into trunk


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

Branch: refs/heads/trunk
Commit: 706058c789afdaf6f03dcfb3a00e5572e5fe405b
Parents: 69c1801 c99734c
Author: Jonathan Ellis <jb...@apache.org>
Authored: Tue Dec 10 10:35:56 2013 +0600
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Tue Dec 10 10:35:56 2013 +0600

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/706058c7/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index 2c280bf,e0338db..61348d0
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,23 -1,5 +1,24 @@@
 +2.1
 + * Multithreaded commitlog (CASSANDRA-3578)
 + * allocate fixed index summary memory pool and resample cold index summaries 
 +   to use less memory (CASSANDRA-5519)
 + * Removed multithreaded compaction (CASSANDRA-6142)
 + * Parallelize fetching rows for low-cardinality indexes (CASSANDRA-1337)
 + * change logging from log4j to logback (CASSANDRA-5883)
 + * switch to LZ4 compression for internode communication (CASSANDRA-5887)
 + * Stop using Thrift-generated Index* classes internally (CASSANDRA-5971)
 + * Remove 1.2 network compatibility code (CASSANDRA-5960)
 + * Remove leveled json manifest migration code (CASSANDRA-5996)
 + * Remove CFDefinition (CASSANDRA-6253)
 + * Use AtomicIntegerFieldUpdater in RefCountedMemory (CASSANDRA-6278)
 + * User-defined types for CQL3 (CASSANDRA-5590)
 + * Use of o.a.c.metrics in nodetool (CASSANDRA-5871, 6406)
 + * Batch read from OTC's queue and cleanup (CASSANDRA-1632)
 + * Secondary index support for collections (CASSANDRA-4511)
 +
 +
  2.0.4
+  * Fix cleanup ClassCastException (CASSANDRA-6462)
   * Reduce gossip memory use by interning VersionedValue strings (CASSANDRA-6410)
   * Allow specifying datacenters to participate in a repair (CASSANDRA-6218)
   * Fix divide-by-zero in PCI (CASSANDRA-6403)


[2/3] git commit: CHANGES

Posted by jb...@apache.org.
CHANGES


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

Branch: refs/heads/trunk
Commit: c99734c5ffb953a7acc7d8d7690c65d38c740bed
Parents: 5d24c55
Author: Jonathan Ellis <jb...@apache.org>
Authored: Tue Dec 10 10:35:52 2013 +0600
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Tue Dec 10 10:35:52 2013 +0600

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c99734c5/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index e72e5d2..e0338db 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 2.0.4
+ * Fix cleanup ClassCastException (CASSANDRA-6462)
  * Reduce gossip memory use by interning VersionedValue strings (CASSANDRA-6410)
  * Allow specifying datacenters to participate in a repair (CASSANDRA-6218)
  * Fix divide-by-zero in PCI (CASSANDRA-6403)