Author: jbellis
Date: Tue Sep 28 15:07:52 2010
New Revision: 1002209
URL: http://svn.apache.org/viewvc?rev=1002209&view=rev
Log:
move half-dozen changes for re-roll of b2
Modified:
cassandra/trunk/CHANGES.txt
Modified: cassandra/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/cassandra/trunk/CHANGES.txt?rev=1002209&r1=1002208&r2=1002209&view=diff
==============================================================================
--- cassandra/trunk/CHANGES.txt (original)
+++ cassandra/trunk/CHANGES.txt Tue Sep 28 15:07:52 2010
@@ -1,14 +1,4 @@
dev
- * create EndpointSnitchInfo and MBean to expose rack and DC (CASSANDRA-1491)
- * added option to contrib/word_count to output results back to Cassandra
- (CASSANDRA-1342)
- * rewrite Hadoop ColumnFamilyRecordWriter to pool connections, retry to
- multiple Cassandra nodes, and smooth impact on the Cassandra cluster
- by using smaller batch sizes (CASSANDRA-1434)
- * fix setting gc_grace_seconds via CLI (CASSANDRA-1549)
- * support TTL'd index values (CASSANDRA-1536)
- * make removetoken work like decommission (CASSANDRA-1216)
- * make cli comparator-aware and improve quote rules (CASSANDRA-1523,-1524)
0.7-beta2
@@ -108,6 +98,16 @@ dev
* JMX MessagingService pending and completed counts (CASSANDRA-1533)
* fix race condition processing repair responses (CASSANDRA-1511)
* make repair blocking (CASSANDRA-1511)
+ * create EndpointSnitchInfo and MBean to expose rack and DC (CASSANDRA-1491)
+ * added option to contrib/word_count to output results back to Cassandra
+ (CASSANDRA-1342)
+ * rewrite Hadoop ColumnFamilyRecordWriter to pool connections, retry to
+ multiple Cassandra nodes, and smooth impact on the Cassandra cluster
+ by using smaller batch sizes (CASSANDRA-1434)
+ * fix setting gc_grace_seconds via CLI (CASSANDRA-1549)
+ * support TTL'd index values (CASSANDRA-1536)
+ * make removetoken work like decommission (CASSANDRA-1216)
+ * make cli comparator-aware and improve quote rules (CASSANDRA-1523,-1524)
0.7-beta1