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/08 22:46:01 UTC

[1/3] git commit: add 6164 to NEWS

Updated Branches:
  refs/heads/cassandra-1.2 f31e399ab -> d8d764db2
  refs/heads/cassandra-2.0 9620e0cc3 -> 471c2e654


add 6164 to NEWS


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

Branch: refs/heads/cassandra-1.2
Commit: d8d764db2c7c589de0bc8bbd0b544daa4d374d1b
Parents: f31e399
Author: Jonathan Ellis <jb...@apache.org>
Authored: Tue Oct 8 15:44:09 2013 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Tue Oct 8 15:44:09 2013 -0500

----------------------------------------------------------------------
 NEWS.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d8d764db/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 78c8a4c..9fb634f 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -13,6 +13,16 @@ restore snapshots created with the previous major version using the
 'sstableloader' tool. You can upgrade the file format of your snapshots
 using the provided 'sstableupgrade' tool.
 
+
+1.2.11
+======
+
+Upgrading
+---------
+    - ColumnFamilyMetrics#sstablesPerReadHistogram switched from uniform sampling
+      to biased-to-last-five-minutes sampling.
+
+
 1.2.10
 ======
 


[3/3] git commit: merge from 2.0

Posted by jb...@apache.org.
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/cassandra-2.0
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
  ---------


[2/3] git commit: add 6164 to NEWS

Posted by jb...@apache.org.
add 6164 to NEWS


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

Branch: refs/heads/cassandra-2.0
Commit: d8d764db2c7c589de0bc8bbd0b544daa4d374d1b
Parents: f31e399
Author: Jonathan Ellis <jb...@apache.org>
Authored: Tue Oct 8 15:44:09 2013 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Tue Oct 8 15:44:09 2013 -0500

----------------------------------------------------------------------
 NEWS.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d8d764db/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 78c8a4c..9fb634f 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -13,6 +13,16 @@ restore snapshots created with the previous major version using the
 'sstableloader' tool. You can upgrade the file format of your snapshots
 using the provided 'sstableupgrade' tool.
 
+
+1.2.11
+======
+
+Upgrading
+---------
+    - ColumnFamilyMetrics#sstablesPerReadHistogram switched from uniform sampling
+      to biased-to-last-five-minutes sampling.
+
+
 1.2.10
 ======