You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2014/06/08 23:17:02 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-11031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-11031.
------------------------------------

      Resolution: Invalid
    Hadoop Flags:   (was: Reviewed)

The lack of transparency on this issue is concerning. The commit has already been reverted. Let's leave it alone. Resolving as Invalid.

> 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: Trivial
>         Attachments: 11031-v1.txt
>
>
> 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)