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/02/23 16:12:55 UTC

svn commit: r1073771 - /cassandra/branches/cassandra-0.7/NEWS.txt

Author: jbellis
Date: Wed Feb 23 15:12:54 2011
New Revision: 1073771

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

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

Modified: cassandra/branches/cassandra-0.7/NEWS.txt
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.7/NEWS.txt?rev=1073771&r1=1073770&r2=1073771&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.7/NEWS.txt (original)
+++ cassandra/branches/cassandra-0.7/NEWS.txt Wed Feb 23 15:12:54 2011
@@ -1,3 +1,18 @@
+0.7.3
+=====
+
+Upgrading
+---------
+    - 0.7.1 and 0.7.2 shipped with a bug that caused incorrect row-level
+      bloom filters to be generated when compacting sstables generated
+      with earlier versions.  This would manifest in IOExceptions during
+      column name-based queries.  0.7.3 provides "nodetool scrub" to 
+      rebuild sstables with correct bloom filters, with no data lost.
+      (If your cluster was never on 0.7.0 or earlier, you don't have to
+      worry about this.)  Note that nodetool scrub will snapshot your
+      data files before rebuilding, just in case.
+
+
 0.7.1
 =====