jmark99 commented on a change in pull request #2558:
URL: https://github.com/apache/accumulo/pull/2558#discussion_r824880313



##########
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:
       For the moment assigned a return value to the method call. Added note to 
re-work once #2554 is merged. Will create ticket to update once #2554 is merged.




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


Reply via email to