keith-turner commented on a change in pull request #825: #820 - Make sure AccumuloClient is closed URL: https://github.com/apache/accumulo/pull/825#discussion_r241152393
########## File path: test/src/main/java/org/apache/accumulo/test/CompactionRateLimitingIT.java ########## @@ -47,7 +47,7 @@ public void configure(MiniAccumuloConfigImpl cfg, Configuration fsConf) { public void majorCompactionsAreRateLimited() throws Exception { long bytesWritten = 0; String tableName = getUniqueNames(1)[0]; - AccumuloClient client = getCluster().getAccumuloClient("root", + AccumuloClient client = getCluster().createAccumuloClient("root", Review comment: Why not close this? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services