mirror of https://github.com/apache/cassandra
11210 is fixed in 3.5
This commit is contained in:
parent
eef2b189c0
commit
c9e9b62ebc
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue