findepi commented on code in PR #4561:
URL: https://github.com/apache/accumulo/pull/4561#discussion_r1603612737
##########
core/src/main/java/org/apache/accumulo/core/clientImpl/ThriftTransportPool.java:
##########
@@ -431,6 +433,10 @@ void shutdown() {
}
}
+ boolean awaitShutdown(long timeoutMillis) throws InterruptedException {
Review Comment:
yes, everything is reachable, as it's all in one compilation unit.
i thought that with this method this is more readable.
--
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]