You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2013/11/08 01:24:17 UTC

[jira] [Created] (HBASE-9919) Fix resource leak in MultiTableInputFormatBase

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)