Stephen Yuan Jiang created HBASE-13731:
------------------------------------------
Summary: TestReplicationAdmin not clean up MiniZKCluster resource
Key: HBASE-13731
URL: https://issues.apache.org/jira/browse/HBASE-13731
Project: HBase
Issue Type: Bug
Components: test
Reporter: Stephen Yuan Jiang
Assignee: Stephen Yuan Jiang
Priority: Trivial
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)