[
https://issues.apache.org/jira/browse/HBASE-13731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14555120#comment-14555120
]
Hudson commented on HBASE-13731:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #6506 (See
[https://builds.apache.org/job/HBase-TRUNK/6506/])
HBASE-13731 TestReplicationAdmin should clean up MiniZKCluster resource
(Stephen Jiang) (tedyu: rev cb1ef915df5be4d1be2928cbe84ee9c00c5ea2ac)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/client/replication/TestReplicationAdmin.java
> TestReplicationAdmin should clean up MiniZKCluster resource
> -----------------------------------------------------------
>
> Key: HBASE-13731
> URL: https://issues.apache.org/jira/browse/HBASE-13731
> Project: HBase
> Issue Type: Bug
> Components: test
> Affects Versions: 2.0.0, 1.1.0, 1.2.0
> Reporter: Stephen Yuan Jiang
> Assignee: Stephen Yuan Jiang
> Priority: Trivial
> Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1
>
> Attachments: HBASE-13731.patch
>
>
> org.apache.hadoop.hbase.client.replication.TestReplicationAdmin Unit test has
> a @BeforeClass component to start MiniZKCluster, but it does not have a
> @AfterClass component to shut down MiniZKCluster and clean up the resources
> from MiniZKCluster. In Jenkins machine that continuously run tests, the
> resource leak could affect other tests.
> The solution is trivial.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)