josh-mckenzie commented on code in PR #1783:
URL: https://github.com/apache/cassandra/pull/1783#discussion_r945790828
##########
src/java/org/apache/cassandra/transport/Dispatcher.java:
##########
@@ -237,9 +267,12 @@ public static void shutdown()
{
requestExecutor.shutdown();
}
+ if (authExecutor != null)
+ {
+ authExecutor.shutdown();
+ }
Review Comment:
I don't believe it is. Tidied up both new and old executor. 👍
--
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]