mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.1' into trunk
Conflicts: src/java/org/apache/cassandra/streaming/StreamTransferTask.java
This commit is contained in:
commit
0a80fe4b57
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue