mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.2' into cassandra-3.0
This commit is contained in:
commit
631162271c
|
|
@ -6,6 +6,7 @@
|
|||
* Slice.isEmpty() returns false for some empty slices (CASSANDRA-13305)
|
||||
* Add formatted row output to assertEmpty in CQL Tester (CASSANDRA-13238)
|
||||
Merged from 2.2:
|
||||
* Honor truststore-password parameter in cassandra-stress (CASSANDRA-12773)
|
||||
* Discard in-flight shadow round responses (CASSANDRA-12653)
|
||||
* Don't anti-compact repaired data to avoid inconsistencies (CASSANDRA-13153)
|
||||
* Wrong logger name in AnticompactionTask (CASSANDRA-13343)
|
||||
|
|
|
|||
|
|
@ -115,6 +115,7 @@ public class SettingsTransport implements Serializable
|
|||
{
|
||||
// mandatory for SSLFactory.createSSLContext(), see CASSANDRA-9325
|
||||
encOptions.keystore = encOptions.truststore;
|
||||
encOptions.keystore_password = encOptions.truststore_password;
|
||||
}
|
||||
encOptions.algorithm = options.alg.value();
|
||||
encOptions.protocol = options.protocol.value();
|
||||
|
|
|
|||
Loading…
Reference in New Issue