edit CHANGES
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/500c1c01 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/500c1c01 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/500c1c01 Branch: refs/heads/trunk Commit: 500c1c01c9b87d4ea5abc6dc62b3898f27d62ab0 Parents: 2a8c49b Author: Jonathan Ellis <[email protected]> Authored: Mon May 21 11:52:04 2012 -0500 Committer: Jonathan Ellis <[email protected]> Committed: Mon May 21 11:52:04 2012 -0500 ---------------------------------------------------------------------- CHANGES.txt | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/500c1c01/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index ee4ed13..cc378fd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,7 +10,8 @@ * warn on invalid replication strategy creation options (CASSANDRA-4046) * remove [Freeable]Memory finalizers (CASSANDRA-4222) * include tombstone size in ColumnFamily.size, which can prevent OOM - during sudden mass delete operations (CASSANDRA-3741) + during sudden mass delete operations by yielding a nonzero liveRatio + (CASSANDRA-3741) * Open 1 sstableScanner per level for leveled compaction (CASSANDRA-4142) * Optimize reads when row deletion timestamps allow us to restrict the set of sstables we check (CASSANDRA-4116) @@ -58,7 +59,6 @@ Merged from 1.0: * (CLI) properly handle quotes in create/update keyspace commands (CASSANDRA-4129) * Avoids possible deadlock during bootstrap (CASSANDRA-4159) * fix stress tool that hangs forever on timeout or error (CASSANDRA-4128) - * Fix super columns bug where cache is not updated (CASSANDRA-4190) * stress tool to return appropriate exit code on failure (CASSANDRA-4188) * fix compaction NPE when out of disk space and assertions disabled (CASSANDRA-3985) @@ -866,7 +866,8 @@ Merged from 0.8: * don't sample the system table when choosing a bootstrap token (CASSANDRA-2825) * gossiper notifies of local state changes (CASSANDRA-2948) - * add asynchronous and half-sync/half-async thrift servers (CASSANDRA-1405) + * add asynchronous and half-sync/half-async (hsha) thrift servers + (CASSANDRA-1405) * fix potential use of free'd native memory in SerializingCache (CASSANDRA-2951) * prune index scan resultset back to original request for lazy
