Mmuzaf commented on code in PR #2505:
URL: https://github.com/apache/cassandra/pull/2505#discussion_r1272692000


##########
test/distributed/org/apache/cassandra/distributed/impl/Instance.java:
##########
@@ -923,6 +923,8 @@ public Future<Void> shutdown(boolean graceful)
             
             error = parallelRun(error, executor, this::stopJmx);
 
+            DatabaseDescriptor.getCryptoProvider().uninstall();

Review Comment:
   As a fix I was thinking about the following `error = parallelRun(error, 
executor, () -> DatabaseDescriptor.getCryptoProvider().uninstall());`, but I 
think as the uninstall is called only in tests it should be safe from all sides.



-- 
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