Merge branch 'cassandra-2.1' into trunk

This commit is contained in:
Jonathan Ellis 2014-05-28 12:35:43 +02:00
commit 49dd289ede
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ New features
repaired are marked with a timestamp and not included in the next
repair session. Use nodetool repair -par -inc to use this feature.
A tool to manually mark/unmark sstables as repaired is available in
tools/bin/sstablerepairedset.
tools/bin/sstablerepairedset. This is particularly important when
using LCS, or any data not repaired in your first incremental repair
will be put back in L0.
- Bootstrapping now ensures that range movements are consistent,
meaning the data for the new node is taken from the node that is no
longer a responsible for that range of keys.