keith-turner commented on code in PR #5537: URL: https://github.com/apache/accumulo/pull/5537#discussion_r2162174699
########## server/manager/src/main/java/org/apache/accumulo/manager/Manager.java: ########## @@ -376,7 +360,7 @@ private int nonMetaDataTabletsAssignedOrHosted() { - assignedOrHosted(SystemTables.ROOT.tableId()); } - private int notHosted() { + int notHosted() { Review Comment: That method access the watchers list in the manager, so probably best to leave it in the manager. Would like to eventually revist the dependencies between the tablet group watchers and the balancer. For this change, just trying to move existing code around. -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org