keith-turner commented on a change in pull request #2422:
URL: https://github.com/apache/accumulo/pull/2422#discussion_r838050726



##########
File path: 
server/tserver/src/main/java/org/apache/accumulo/tserver/scan/ScanTask.java
##########
@@ -138,6 +175,13 @@ public T get(long timeout, TimeUnit unit)
     return rAsT;
   }
 
+  @Override
+  public T get(long timeout, TimeUnit unit)
+      throws InterruptedException, ExecutionException, TimeoutException {
+    // TODO probably no longer makes sense to extend future

Review comment:
       This one does go with this PR.  The changes to add busy timeout changed 
the class such that it no longer makes sense to extend future.  I'll look at 
this tomorrow. 




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