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 2014/04/18 22:41:17 UTC

[jira] [Created] (HBASE-11031) Some HTable's are not closed in TestLogRolling

Ted Yu created HBASE-11031:
------------------------------

             Summary: Some HTable's are not closed in TestLogRolling
                 Key: HBASE-11031
                 URL: https://issues.apache.org/jira/browse/HBASE-11031
             Project: HBase
          Issue Type: Test
            Reporter: Ted Yu
            Assignee: Ted Yu
            Priority: Minor


The following pattern appears in several methods:
{code}
    // When the hbase:meta table can be opened, the region servers are running
    new HTable(TEST_UTIL.getConfiguration(), TableName.META_TABLE_NAME);
{code}
The HTable instance should be closed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)