dlmarion commented on a change in pull request #2422:
URL: https://github.com/apache/accumulo/pull/2422#discussion_r837491974
##########
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:
I think we can satisfy this TODO by creating a separate issue for this
change. ScanTask implemented Future<> before this PR.
--
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]