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 2013/10/09 00:29:43 UTC

[2/5] git commit: merge from 2.0

merge from 2.0


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

Branch: refs/heads/trunk
Commit: 471c2e654bc2201f09b62486978a1a76eae3b2b5
Parents: 9620e0c d8d764d
Author: Jonathan Ellis <jb...@apache.org>
Authored: Tue Oct 8 15:45:46 2013 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Tue Oct 8 15:45:46 2013 -0500

----------------------------------------------------------------------
 NEWS.txt | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/471c2e65/NEWS.txt
----------------------------------------------------------------------
diff --cc NEWS.txt
index 37fbae7,9fb634f..817b170
--- a/NEWS.txt
+++ b/NEWS.txt
@@@ -14,30 -14,8 +14,22 @@@ restore snapshots created with the prev
  using the provided 'sstableupgrade' tool.
  
  
 -1.2.11
 -======
 +2.0.2
 +=====
 +
 +New features
 +------------
 +    - Speculative retry defaults to 99th percentile
 +      (See blog post at TODO)
 +    - Configurable metrics reporting
 +      (see conf/metrics-reporter-config-sample.yaml)
 +    - Compaction history and stats are now saved to system keyspace
 +      (system.compaction_history table). You can access historiy via
 +      new 'nodetool compactionhistory' command or CQL.
 +
- Upgrading
- ---------
-     - tombstone_debug_threshold from 1.2.11 has been changed to
-       tombstone_warn_threshold and tombstone_failure_threshold.
-       Adjust these if your application relies on scanning a large
-       number of tombstones; see the comments in cassandra.yaml for why
-       this is dangerous.
- 
 +
 +2.0.1
 +=====
  
  Upgrading
  ---------