maedhroz commented on code in PR #2253:
URL: https://github.com/apache/cassandra/pull/2253#discussion_r1163049305


##########
NEWS.txt:
##########
@@ -150,6 +150,10 @@ Upgrading
      to TimeWindowCompactionStrategy before upgrading to this version.
    - The deprecated functions `dateOf` and `unixTimestampOf` have been 
removed. They were deprecated and replaced by
      `toTimestamp` and `toUnixTimestamp` in Cassandra 2.2.
+   - Keystore password configuration is nullable now and the code defaults of 
the keystore passwords to 'cassandra' are
+     removed now. The deployments that depend upon the code default to this 
password value without explicitly specifying
+     it in the cassandra.yaml would fail. Please specify your keystore 
passwords in the cassandra.yaml with appropriate
+     configuration to prevent such failure.

Review Comment:
   I would mention `keystore_password` and `truststore_password` explicitly 
here for clarity.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to