You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2012/01/03 16:31:58 UTC

[1/2] git commit: Fix changelog

Updated Branches:
  refs/heads/cassandra-1.0 6eac35cfd -> 52e671a31


Fix changelog


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

Branch: refs/heads/cassandra-1.0
Commit: 52e671a315b9fe295402f17d5e95989b32a68e74
Parents: a1f156d
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Tue Jan 3 16:32:11 2012 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Tue Jan 3 16:32:11 2012 +0100

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/52e671a3/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 76d4981..287fed8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -13,6 +13,9 @@
    (CASSANDRA-3335)
  * (CQL) compaction_strategy_options and compression_parameters for
    CREATE COLUMNFAMILY statement (CASSANDRA-3374)
+ * Reset min/max compaction threshold when creating size tiered compaction
+   strategy (CASSANDRA-3666)
+ * Don't ignore IOException during compaction (CASSANDRA-3655)
 Merged from 0.8:
  * avoid logging (harmless) exception when GC takes < 1ms (CASSANDRA-3656)
  * prevent new nodes from thinking down nodes are up forever (CASSANDRA-3626)