This is an automated email from the ASF dual-hosted git repository. smiklosovic pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit e0777ff5ab1de2a67f9fb3bf881c28f790312e96 Merge: 0218423 e365908 Author: Stefan Miklosovic <[email protected]> AuthorDate: Wed Sep 29 08:03:05 2021 +0200 Merge branch 'cassandra-4.0' into trunk CHANGES.txt | 1 + NEWS.txt | 4 +++ build.xml | 2 +- .../cassandra/auth/CassandraRoleManager.java | 7 ++-- .../cassandra/auth/PasswordAuthenticatorTest.java | 39 ++++++++++++++++++++-- 5 files changed, 46 insertions(+), 7 deletions(-) diff --cc NEWS.txt index bdd3dd6,db846c8..e8ae8e1 --- a/NEWS.txt +++ b/NEWS.txt @@@ -51,10 -39,11 +51,14 @@@ New feature Upgrading --------- + - Before you upgrade, if you are using `cassandra.auth_bcrypt_gensalt_log2_rounds` property, + confirm it is set to value lower than 31 otherwise Cassandra will fail to start. See CASSANDRA-9384 + for further details. You also need to regenerate passwords for users for who the password + was created while the above property was set to be more than 30 otherwise they will not be able to log in. +Deprecation +----------- + 4.0 === --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
