Ted Yu created HBASE-13810: ------------------------------ Summary: Table is left unclosed in VerifyReplication#Verifier Key: HBASE-13810 URL: https://issues.apache.org/jira/browse/HBASE-13810 Project: HBase Issue Type: Bug Reporter: Ted Yu Assignee: Ted Yu Priority: Minor
VerifyReplication#Verifier#map() instantiates Table but the Table is never closed upon completion of the mapper. This issue fixes the leak. -- This message was sent by Atlassian JIRA (v6.3.4#6332)