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/12/16 20:15:07 UTC

[jira] [Created] (HBASE-10176) Canary#sniff() should close the HTable instance

Ted Yu created HBASE-10176:
------------------------------

             Summary: Canary#sniff() should close the HTable instance
                 Key: HBASE-10176
                 URL: https://issues.apache.org/jira/browse/HBASE-10176
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


{code}
      table = new HTable(admin.getConfiguration(), tableDesc.getName());
{code}
HTable instance should be closed by the end of the method.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)