Merge branch 'cassandra-2.1.0' into cassandra-2.1

This commit is contained in:
Tyler Hobbs 2014-07-10 16:24:34 -05:00
commit 5207cfa59e
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,9 @@
Merged from 2.0:
* Warn when SSL certificates have expired (CASSANDRA-7528)
* Fix error when doing reversed queries with static columns (CASSANDRA-7490)
Merged from 1.2:
* Set correct stream ID on responses when non-Exception Throwables
are thrown while handling native protocol messages (CASSANDRA-7470)
2.1.0-rc3
@ -55,6 +58,7 @@ Merged from 2.0:
* Fix exception when querying a composite-keyed table with a collection index
(CASSANDRA-7372)
* Use node's host id in place of counter ids (CASSANDRA-7366)
* Handle empty CFs in Memtable#maybeUpdateLiveRatio() (CASSANDRA-7401)
* Fix native protocol CAS batches (CASSANDRA-7337)
* Reduce likelihood of contention on local paxos locking (CASSANDRA-7359)
* Upgrade to Pig 0.12.1 (CASSANDRA-6556)