smiklosovic commented on code in PR #2505:
URL: https://github.com/apache/cassandra/pull/2505#discussion_r1272538323
##########
src/java/org/apache/cassandra/config/DatabaseDescriptor.java:
##########
@@ -426,6 +429,8 @@ private static void applyAll() throws ConfigurationException
//InetAddressAndPort cares that applySimpleConfig runs first
applySSTableFormats();
+ applyCryptoProvider();
Review Comment:
I dont know yet. Does client or tool do crypto? I think so ... like ...
nodetool? But one should verify if the library is going to be on the class path
the same way Cassandra's class path has it. I think that scripts are executed
somehow differently and putting this on CP of every tooling is a little bit
tricky.
--
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]