We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39f1a43 + 6fe1554 commit 770cba8Copy full SHA for 770cba8
test/src/main/java/org/apache/accumulo/test/ChaoticLoadBalancer.java
@@ -57,6 +57,8 @@ public class ChaoticLoadBalancer implements TabletBalancer {
57
58
public ChaoticLoadBalancer() {}
59
60
+ public ChaoticLoadBalancer(TableId tableId) {}
61
+
62
@Override
63
public void init(BalancerEnvironment balancerEnvironment) {
64
this.environment = balancerEnvironment;
0 commit comments