DomGarguilo commented on code in PR #286:
URL: https://github.com/apache/accumulo-testing/pull/286#discussion_r1811159596
##########
src/main/java/org/apache/accumulo/testing/performance/tests/SplitBalancingPT.java:
##########
@@ -61,8 +60,7 @@ public Report runTest(final Environment env) throws Exception
{
client.tableOperations().addSplits(TABLE_NAME, getSplits());
client.instanceOperations().waitForBalance();
- int totalTabletServers =
-
client.instanceOperations().getServers(ServerId.Type.TABLET_SERVER).size();
+ int totalTabletServers =
client.instanceOperations().getTabletServers().size();
Review Comment:
Looks like the build is passing in the accumulo-testing `elasticity` branch.
So maybe this PR should be closed.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]