dlmarion commented on code in PR #3150:
URL: https://github.com/apache/accumulo/pull/3150#discussion_r1064591994


##########
server/tserver/src/main/java/org/apache/accumulo/tserver/ScanServer.java:
##########
@@ -881,7 +903,7 @@ public InitialMultiScan startMultiScan(TInfo tinfo, 
TCredentials credentials,
       batch.put(extent, entry.getValue());
     }
 
-    try (ScanReservation reservation = reserveFiles(batch.keySet())) {
+    try (ScanReservation reservation = reserveFiles(batch)) {
 
       HashMap<KeyExtent,TabletBase> tablets = new HashMap<>();
       batch.keySet().forEach(extent -> {

Review Comment:
   Addressed in 381dac3



##########
server/tserver/src/main/java/org/apache/accumulo/tserver/ScanServer.java:
##########
@@ -489,7 +499,7 @@ public void close() {
   }
 
   private Map<KeyExtent,TabletMetadata> 
reserveFilesInner(Collection<KeyExtent> extents,

Review Comment:
   Addressed in 381dac3



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