David Medinets created ACCUMULO-737: ---------------------------------------
Summary: The PrintInfo.printMetaBlockInfo method does not close a BCFile.Reader Key: ACCUMULO-737 URL: https://issues.apache.org/jira/browse/ACCUMULO-737 Project: Accumulo Issue Type: Bug Reporter: David Medinets Assignee: David Medinets Priority: Minor Fix For: 1.5.0-SNAPSHOT A Reader is opened: {noformat} BCFile.Reader bcfr = new BCFile.Reader(fsin, fs.getFileStatus(path).getLen(), conf); {noformat} but not closed. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira