Merge branch 'cassandra-2.1' into trunk

Conflicts:
	src/java/org/apache/cassandra/streaming/StreamTransferTask.java
This commit is contained in:
Benedict Elliott Smith 2015-01-07 20:03:40 +00:00
commit 0a80fe4b57
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@
* Log failed host when preparing incremental repair (CASSANDRA-8228)
* Force config client mode in CQLSSTableWriter (CASSANDRA-8281)
Merged from 2.0:
* Fix race condition in StreamTransferTask that could lead to
infinite loops and premature sstable deletion (CASSANDRA-7704)
* Add an extra version check to MigrationTask (CASSANDRA-8462)
* Ensure SSTableWriter cleans up properly after failure (CASSANDRA-8499)
* Increase bf true positive count on key cache hit (CASSANDRA-8525)