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 2012/07/17 21:04:44 UTC

git commit: add #4399 to CHANGES

Updated Branches:
  refs/heads/cassandra-1.1 ae13debd3 -> 7c982717a


add #4399 to CHANGES


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

Branch: refs/heads/cassandra-1.1
Commit: 7c982717a370f39907ce4ebe46359b1ea2cc9c3b
Parents: ae13deb
Author: Jonathan Ellis <jb...@apache.org>
Authored: Tue Jul 17 14:02:55 2012 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Tue Jul 17 14:03:42 2012 -0500

----------------------------------------------------------------------
 CHANGES.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/7c982717/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index a525ad8..67b5410 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,6 @@
 1.1.3
+ * flush based on data size, not throughput; overwritten columns no 
+   longer artificially inflate liveRatio (CASSANDRA-4399)
  * update default commitlog segment size to 32MB and total commitlog
    size to 32/1024 MB for 32/64 bit JVMs, respectively (CASSANDRA-4422)
  * avoid using global partitioner to estimate ranges in index sstables