[
https://issues.apache.org/jira/browse/HBASE-11031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974891#comment-13974891
]
Hudson commented on HBASE-11031:
--------------------------------
SUCCESS: Integrated in HBase-TRUNK #5101 (See
[https://builds.apache.org/job/HBase-TRUNK/5101/])
HBASE-11031 Revert (tedyu: rev 1588627)
*
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRolling.java
> 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
> Fix For: 0.99.0
>
> 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)