dlmarion commented on a change in pull request #2558:
URL: https://github.com/apache/accumulo/pull/2558#discussion_r823068958
##########
File path:
core/src/main/java/org/apache/accumulo/core/clientImpl/ThriftTransportPool.java
##########
@@ -836,7 +836,7 @@ public synchronized void setIdleTime(long time) {
}
void startCheckerThread() {
- checkThreadFactory.get();
+ var unusedRetVal = checkThreadFactory.get();
Review comment:
This can probably be reworked after #2554 is merged as ClientContext
will now have a thread pool for close/cleanup type tasks
--
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]