You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2012/01/11 19:04:33 UTC

git commit: expound on write survey mode

Updated Branches:
  refs/heads/trunk f601dbfdf -> 980663a39


expound on write survey mode


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

Branch: refs/heads/trunk
Commit: 980663a39267bb98397bb8dc43e335ea67e740dc
Parents: f601dbf
Author: Brandon Williams <br...@apache.org>
Authored: Wed Jan 11 11:57:06 2012 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Wed Jan 11 11:57:06 2012 -0600

----------------------------------------------------------------------
 NEWS.txt |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/980663a3/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 493bb6a..036399b 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -57,10 +57,10 @@ Features
       SSTables locally and then stream them into the cluster.
     - The bulk loader is not longer a fat client; it can be run from an
       existing machine in a cluster.
-    - A new write survey mode has been added, similar to bootstrap, but the
-      node will not automatically join the cluster.  This is useful for cases
-      such as testing different compaction strategies with live traffic without
-      affecting the cluster.
+    - A new write survey mode has been added, similar to bootstrap (enabled via
+      -Dcassandra.write_survey=true), but the node will not automatically join
+      the cluster.  This is useful for cases such as testing different
+      compaction strategies with live traffic without affecting the cluster.
     - Key and row caches are now global, similar to the global memtable
       threshold.
     - Off-heap caches no longer require JNA.