smiklosovic commented on PR #2505: URL: https://github.com/apache/cassandra/pull/2505#issuecomment-1646123923
@xgerman I removed the startup check logic and it is all installed as part of `appyCryptoProvider`. The reason behind this is that we should fail the start of the node as soon as possible. Also, there is Cassandra starting and somewhere down the road the check is executed as part of startup checks. However, while we start to assert the healthiness of the installation, cryptography might be already used by other parts of the code. Without the installation of the provider as soon as possible, we would end up in a situation when some parts of the code might use default crypto provider while other parts of the code Corretto one .... cc @michaelsembwever -- 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]

