Updated Branches: refs/heads/cassandra-2.0 49427cd86 -> 120437e15 refs/heads/trunk 3d5eea5b8 -> 8a078054e
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/cassandra-2.0 Commit: 120437e15340b95fd1b2cab8e5197687bea647c7 Parents: 49427cd Author: Brandon Williams <brandonwilli...@apache.org> Authored: Thu Jan 16 16:46:47 2014 -0600 Committer: Brandon Williams <brandonwilli...@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 =====