keith-turner commented on code in PR #286:
URL: https://github.com/apache/accumulo-testing/pull/286#discussion_r1811131818
##########
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:
Ran the build on apache jenkins server and produiced a new accumulo
4.0.0-snapshot jar. Now the latest code is available to accumulo-testing and
its building now.
--
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]