dlmarion commented on code in PR #5575: URL: https://github.com/apache/accumulo/pull/5575#discussion_r2109768598
########## server/manager/src/main/java/org/apache/accumulo/manager/ManagerClientServiceHandler.java: ########## @@ -591,15 +584,6 @@ private void alterTableProperty(TCredentials c, String tableName, String propert } } - private void updatePlugins(String property) { - // resolve without warning; any warnings should have already occurred - String resolved = DeprecatedPropertyUtil.getReplacementName(property, (log, replacement) -> {}); - if (resolved.equals(Property.MANAGER_TABLET_BALANCER.getKey())) { - manager.initializeBalancer(); - log.info("tablet balancer changed to {}", manager.getBalancerClass().getName()); Review Comment: It was not being used anymore, removed it in fcd25da. -- 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