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_r241152233
########## File path: test/src/main/java/org/apache/accumulo/test/AuditMessageIT.java ########## @@ -207,7 +207,8 @@ public void testTableOperationsAudits() throws AccumuloException, AccumuloSecuri // Connect as Audit User and do a bunch of stuff. // Testing activity begins here - auditAccumuloClient = getCluster().getAccumuloClient(AUDIT_USER_1, new PasswordToken(PASSWORD)); + auditAccumuloClient = getCluster().createAccumuloClient(AUDIT_USER_1, 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