You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/11/20 22:10:35 UTC

[jira] [Commented] (ACCUMULO-3356) ChaoticLoadBalancerIT isn't actually running

    [ https://issues.apache.org/jira/browse/ACCUMULO-3356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14220008#comment-14220008 ] 

Josh Elser commented on ACCUMULO-3356:
--------------------------------------

The implicit second half of this ticket is to also fix the ChaoticLoadBalancerIT to actually notice this (somehow) and make sure the test is actually doing what it expects to be doing.

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