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_r241153082
########## File path: test/src/main/java/org/apache/accumulo/test/functional/KerberosIT.java ########## @@ -164,7 +164,7 @@ public void testAdminUser() throws Exception { UserGroupInformation ugi = UserGroupInformation.loginUserFromKeytabAndReturnUGI( rootUser.getPrincipal(), rootUser.getKeytab().getAbsolutePath()); ugi.doAs((PrivilegedExceptionAction<Void>) () -> { - final AccumuloClient client = mac.getAccumuloClient(rootUser.getPrincipal(), + final AccumuloClient client = mac.createAccumuloClient(rootUser.getPrincipal(), Review comment: close? ---------------------------------------------------------------- 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