mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.1.0' into cassandra-2.1
This commit is contained in:
commit
5207cfa59e
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue