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 2011/09/14 16:16:06 UTC

svn commit: r1170637 - /cassandra/branches/cassandra-0.8/NEWS.txt

Author: jbellis
Date: Wed Sep 14 14:16:06 2011
New Revision: 1170637

URL: http://svn.apache.org/viewvc?rev=1170637&view=rev
Log:
add scrub note to NEWS

Modified:
    cassandra/branches/cassandra-0.8/NEWS.txt

Modified: cassandra/branches/cassandra-0.8/NEWS.txt
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.8/NEWS.txt?rev=1170637&r1=1170636&r2=1170637&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.8/NEWS.txt (original)
+++ cassandra/branches/cassandra-0.8/NEWS.txt Wed Sep 14 14:16:06 2011
@@ -115,7 +115,9 @@ Upgrading
 ---------
     - Upgrading from version 0.7.1 or later can be done with a rolling
       restart, one node at a time.  You do not need to bring down the
-      whole cluster at once.
+      whole cluster at once. 
+    - After upgrading, run nodetool scrub against each node before running
+      repair, moving nodes, or adding new ones.
     - Running nodetool drain before shutting down the 0.7 node is
       recommended but not required. (Skipping this will result in
       replay of entire commitlog, so it will take longer to restart but