Merge branch 'cassandra-1.1.0' into cassandra-1.1

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

Branch: refs/heads/trunk
Commit: 991c2a25b9ec6f6c7f5eb683950779a333e48a7d
Parents: d992a93 43a472e
Author: Jonathan Ellis <jbel...@apache.org>
Authored: Wed Apr 18 18:13:59 2012 -0500
Committer: Jonathan Ellis <jbel...@apache.org>
Committed: Wed Apr 18 18:13:59 2012 -0500

----------------------------------------------------------------------
 CHANGES.txt                                    |    1 +
 src/java/org/apache/cassandra/db/Memtable.java |   12 +++++++++---
 2 files changed, 10 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/991c2a25/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index 21cacb3,c6fa3d3..a6178d0
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,22 -1,5 +1,23 @@@
 +1.1.1-dev
 + * add -cf option to nodetool snapshot, and takeColumnFamilySnapshot to
 +   StorageService mbean (CASSANDRA-556)
 + * optimize cleanup to drop entire sstables where possible (CASSANDRA-4079)
 + * optimize truncate when autosnapshot is disabled (CASSANDRA-4153)
 + * add support for commitlog archiving and point-in-time recovery
 +   (CASSANDRA-3647)
 + * update caches to use byte[] keys to reduce memory overhead (CASSANDRA-3966)
 + * add column limit to cli (CASSANDRA-3012, 4098)
 + * clean up and optimize DataOutputBuffer, used by CQL compression and
 +   CompositeType (CASSANDRA-4072)
 + * optimize commitlog checksumming (CASSANDRA-3610)
 + * identify and blacklist corrupted SSTables from future compactions 
 +   (CASSANDRA-2261)
 + * Move CfDef and KsDef validation out of thrift (CASSANDRA-4037)
 + * Expose repairing by a user provided range (CASSANDRA-3912)
 +
 +
  1.1-dev
+  * average a reduced liveRatio estimate with the previous one (CASSANDRA-4065)
   * Allow KS and CF names up to 48 characters (CASSANDRA-4157)
   * Add support for CL.TWO and CL.THREE in CQL (CASSANDRA-4156)
  Merged from 1.0:

Reply via email to