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 2014/01/16 23:48:56 UTC

[2/3] git commit: Update NEWS for 6589

Update NEWS for 6589


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

Branch: refs/heads/trunk
Commit: 120437e15340b95fd1b2cab8e5197687bea647c7
Parents: 49427cd
Author: Brandon Williams <br...@apache.org>
Authored: Thu Jan 16 16:46:47 2014 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Thu Jan 16 16:46:51 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/120437e1/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 2e40e9c..4c95bea 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -22,6 +22,17 @@ New features
     - Batchlog replay can be, and is throttled by default now.
       See batchlog_replay_throttle_in_kb setting in cassandra.yaml.
 
+Upgrading
+---------
+    - If your cluster began on a version before 1.2, check that your secondary
+      index SSTables are on version 'ic' before upgrading.  If not, run
+      'nodetool upgradesstables' if on 1.2.14 or later, or run 'nodetool
+      upgradesstables ks cf' with the keyspace and secondary index named
+      explicitly otherwise.  If you don't do this and upgrade to 2.0.x and it
+      refuses to start because of 'hf' version files in the secondary index,
+      you will need to delete/move them out of the way and recreate the index
+      when 2.0.x starts.
+
 
 2.0.3
 =====