You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/12/12 19:33:05 UTC

[GitHub] keith-turner commented on a change in pull request #825: #820 - Make sure AccumuloClient is closed

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_r241152475
 
 

 ##########
 File path: test/src/main/java/org/apache/accumulo/test/ExistingMacIT.java
 ##########
 @@ -87,7 +87,7 @@ private void createEmptyConfig(File confFile) throws IOException {
   @Test
   public void testExistingInstance() throws Exception {
 
-    AccumuloClient client = getCluster().getAccumuloClient("root",
+    AccumuloClient client = getCluster().createAccumuloClient("root",
 
 Review comment:
   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:
users@infra.apache.org


With regards,
Apache Git Services