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


##########
server/base/src/main/java/org/apache/accumulo/server/manager/state/TabletManagementScanner.java:
##########
@@ -52,9 +59,16 @@ public class TabletManagementScanner implements 
ClosableIterator<TabletManagemen
     // scan over metadata table, looking for tablets in the wrong state based 
on the live servers
     // and online tables
     try {
-      mdScanner = context.createBatchScanner(tableName, Authorizations.EMPTY, 
8);
+      Locations locs = context.tableOperations().locate(tableName, 
ALL_TABLETS_RANGE);

Review Comment:
   Updated to use tablet location cache directly in 2b83d93



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