You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "DomGarguilo (via GitHub)" <gi...@apache.org> on 2023/03/21 18:58:37 UTC

[GitHub] [accumulo] DomGarguilo commented on a diff in pull request #3239: Use CompletableFuture for the result in ScanTask

DomGarguilo commented on code in PR #3239:
URL: https://github.com/apache/accumulo/pull/3239#discussion_r1143869044


##########
server/tserver/src/main/java/org/apache/accumulo/tserver/scan/ScanTask.java:
##########
@@ -33,7 +33,7 @@
 
   protected final TabletHostingServer server;
   protected AtomicBoolean interruptFlag;
-  protected ArrayBlockingQueue<Object> resultQueue;
+  protected CompletableFuture<Object> resultFuture;

Review Comment:
   Okay I'll just close this for now along with the ticket. Seems like it might not be worth changing this right now.



-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org