ivakegg commented on code in PR #2790:
URL: https://github.com/apache/accumulo/pull/2790#discussion_r921463067


##########
server/tserver/src/main/java/org/apache/accumulo/tserver/scan/LookupTask.java:
##########
@@ -114,8 +116,10 @@ public void run() {
           if (isCancelled())
             interruptFlag.set(true);
 
-          lookupResult = tablet.lookup(entry.getValue(), results, 
session.scanParams,
+          List<KVEntry> tabletResults = new ArrayList<>();

Review Comment:
   I wonder if a comment here on why we are doing it this way since the reason 
is non-obious.



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