ddanielr commented on PR #5425: URL: https://github.com/apache/accumulo/pull/5425#issuecomment-2749729116
@ctubbsii #5358 added a Map of tables to balance in the balancerParams. That PR removed the need for single table constructors to be defined for balancers. To avoid confusion, I looked into removing these constructors in 2.1 but the TableLoadBalancer requires all per-table balancer classes to use a single table constructor, even though that is not defined in the TabletBalancer spi interface. . https://github.com/apache/accumulo/blob/e7a763b65359bb6d5caffc4c4f9be9ef0d0a473c/core/src/main/java/org/apache/accumulo/core/spi/balancer/TableLoadBalancer.java#L55-L59 I'm happy to repoint this PR to the 3.1 deprecation branch. The change to remove these balancer constructors would not happen until 4.0 anyway. -- 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]
