brianloss commented on issue #2121:
URL: https://github.com/apache/accumulo/issues/2121#issuecomment-849832571


   Oops, I was just not looking at the right logs. I see the error now. This 
wasn't caused by moving balancers to the SPI but rather by PR #1888 instead. 
The test is setting the property TABLE_LOAD_BALANCER to 
HostRegexTableLoadBalancer, which is wrong since HostRegexTableLoadBalancer is 
a TableLoadBalancer and is intended to be used only with the property 
MANAGER_TABLET_BALANCER. This didn't change--the class 
HostRegexTableLoadBalancer never had a constructor with a single TableId 
parameter. I'll have a PR in a bit to fix. Given that, I'm going to remove the 
blocker label from this issue.


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to