Ted Yu created HBASE-9919:
-----------------------------

             Summary: Fix resource leak in MultiTableInputFormatBase
                 Key: HBASE-9919
                 URL: https://issues.apache.org/jira/browse/HBASE-9919
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu


In MultiTableInputFormatBase#createRecordReader(), table is not closed.
{code}
    HTable table =
        new HTable(context.getConfiguration(), tSplit.getTableName());
{code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to