Description
Ran into an issue when testing out the HostRegexTableLoadBalancer. It fails to start and throws a NullPointerException when trying to access the poolNameToRegexPattern. The root cause is the init function the load balancer overrides is the wrong one that the Master calls (wrong signature).
Attachments
Issue Links
- is related to
-
ACCUMULO-4549 Remove duplicate init functions in TabletBalancer
- Resolved
- relates to
-
ACCUMULO-4173 Balance table within a set of hosts
- Resolved
- links to