11210 is fixed in 3.5

This commit is contained in:
Yuki Morishita 2016-03-07 12:52:04 -06:00
parent eef2b189c0
commit c9e9b62ebc
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@ Merged from 3.0:
* Fix filtering on non-primary key columns for queries without index (CASSANDRA-6377)
* Fix sstableloader fail when using materialized view (CASSANDRA-11275)
Merged from 2.2:
* Unresolved hostname leads to replace being ignored (CASSANDRA-11210)
* Only log yaml config once, at startup (CASSANDRA-11217)
* Reference leak with parallel repairs on the same table (CASSANDRA-11215)
Merged from 2.1:
@ -63,7 +64,6 @@ Merged from 3.0:
properly (CASSANDRA-11050)
* Fix NPE when using forceRepairRangeAsync without DC (CASSANDRA-11239)
Merged from 2.2:
* Unresolved hostname leads to replace being ignored (CASSANDRA-11210)
* Preserve order for preferred SSL cipher suites (CASSANDRA-11164)
* Range.compareTo() violates the contract of Comparable (CASSANDRA-11216)
* Avoid NPE when serializing ErrorMessage with null message (CASSANDRA-11167)