ctubbsii commented on a change in pull request #341: ACCUMULO-3902 Ensure [Batch]Scanners are closed in ITs URL: https://github.com/apache/accumulo/pull/341#discussion_r158130885
########## File path: test/src/main/java/org/apache/accumulo/test/MetaGetsReadersIT.java ########## @@ -112,6 +113,7 @@ public void test() throws Exception { t2.interrupt(); t1.join(); t2.join(); + m.close(); Review comment: I didn't realize Mutation was even Closeable :smile: ---------------------------------------------------------------- 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