dlmarion commented on issue #3178: URL: https://github.com/apache/accumulo/issues/3178#issuecomment-1414117540
The [HostRegexTableLoadBalancer](https://github.com/apache/accumulo/blob/main/core/src/main/java/org/apache/accumulo/core/spi/balancer/HostRegexTableLoadBalancer.java) allows the user to define groups of tablet servers (by hostname of ip regex) across which to balance a table's tablets. The sets could be overlapping, or not, and all hosts *not* covered by a regex are part of a default group that is used to balance unconfigured table's tablets. If we support setting multiple groups via the `-g` argument, then the `HostRegexTableLoadBalancer` could be deprecated in favor of the new balancer thas has the same functionality. -- 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]
