keith-turner commented on code in PR #3150:
URL: https://github.com/apache/accumulo/pull/3150#discussion_r1064281018


##########
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:
   ```suggestion
     /*
      * All extents passed in should end up in either the returned map or the 
failures set, but no extent should be in both.
      */
     private Map<KeyExtent,TabletMetadata> 
reserveFilesInner(Collection<KeyExtent> extents,
   ```



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