EdColeman commented on code in PR #2861:
URL: https://github.com/apache/accumulo/pull/2861#discussion_r944070110


##########
core/src/main/java/org/apache/accumulo/core/metadata/MetadataLocationObtainer.java:
##########
@@ -115,9 +115,9 @@ public TabletLocations lookupTablet(ClientContext context, 
TabletLocation src, T
         range = new 
Range(results.lastKey().followingKey(PartialKey.ROW_COLFAM_COLQUAL_COLVIS_TIME),
             true, new Key(stopRow).followingKey(PartialKey.ROW), false);
         encodedResults.clear();
-        more = ThriftScanner.getBatchFromServer(context, range, 
src.tablet_extent,
-            src.tablet_location, encodedResults, locCols, 
serverSideIteratorList,
-            serverSideIteratorOptions, Constants.SCAN_BATCH_SIZE, 
Authorizations.EMPTY, 0L, null);
+        ThriftScanner.getBatchFromServer(context, range, src.tablet_extent, 
src.tablet_location,
+            encodedResults, locCols, serverSideIteratorList, 
serverSideIteratorOptions,
+            Constants.SCAN_BATCH_SIZE, Authorizations.EMPTY, 0L, null);

Review Comment:
   I don't recall at the moment - but I likely just took the IDE suggested 
change.  If you believe this is incorrect, please feel to revert this change 
and we can revisit it in isolation.



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