[
https://issues.apache.org/jira/browse/ACCUMULO-3356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Elser updated ACCUMULO-3356:
---------------------------------
Fix Version/s: 1.7.0
> ChaoticLoadBalancerIT isn't actually running
> --------------------------------------------
>
> Key: ACCUMULO-3356
> URL: https://issues.apache.org/jira/browse/ACCUMULO-3356
> Project: Accumulo
> Issue Type: Bug
> Reporter: Josh Elser
> Fix For: 1.7.0
>
>
> Noticed during ACCUMULO-3167, the ChaoticLoadBalancer fails to be loaded in
> the master by the TableLoadBalancer because it doesn't have a constructor
> which accepts a String
> {noformat}
> Failed to load table balancer class
> org.apache.accumulo.server.master.balancer.ChaoticLoadBalancer for table 2g1
> java.lang.NoSuchMethodException:
> org.apache.accumulo.server.master.balancer.ChaoticLoadBalancer.<init>(java.lang.String)
> at java.lang.Class.getConstructor0(Class.java:2892)
> at java.lang.Class.getConstructor(Class.java:1723)
> at
> org.apache.accumulo.server.master.balancer.TableLoadBalancer.constructNewBalancerForTable(TableLoadBalancer.java:57)
> at
> org.apache.accumulo.server.master.balancer.TableLoadBalancer.getBalancerForTable(TableLoadBalancer.java:82)
> at
> org.apache.accumulo.server.master.balancer.TableLoadBalancer.balance(TableLoadBalancer.java:154)
> at
> org.apache.accumulo.master.Master$StatusThread.balanceTablets(Master.java:897)
> at
> org.apache.accumulo.master.Master$StatusThread.updateStatus(Master.java:859)
> at
> org.apache.accumulo.master.Master$StatusThread.run(Master.java:837)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)