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


##########
server/manager/src/main/java/org/apache/accumulo/manager/Manager.java:
##########
@@ -888,12 +889,12 @@ private long updateStatus() {
       } else if (!serversToShutdown.isEmpty()) {
         log.debug("not balancing while shutting down servers {}", 
serversToShutdown);
       } else {
-        for (TabletGroupWatcher tgw : watchers) {
-          if (!tgw.isSameTserversAsLastScan(currentServers)) {
-            log.debug("not balancing just yet, as collection of live tservers 
is in flux");
-            return DEFAULT_WAIT_FOR_WATCHER;
-          }
-        }
+        // for (TabletGroupWatcher tgw : watchers) {

Review Comment:
   Addressed in 5f28395



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