[
https://issues.apache.org/jira/browse/HBASE-17309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748619#comment-15748619
]
Ted Yu commented on HBASE-17309:
--------------------------------
{code}
148 table.close();
149 connection.close();
{code}
Please enclose connection.close() in finally block.
> Fix connection leaks in TestAcidGuarantees
> ------------------------------------------
>
> Key: HBASE-17309
> URL: https://issues.apache.org/jira/browse/HBASE-17309
> Project: HBase
> Issue Type: Bug
> Components: integration tests
> Affects Versions: 2.0.0
> Reporter: huaxiang sun
> Assignee: huaxiang sun
> Priority: Minor
> Attachments: HBASE-17309-master-001.patch
>
>
> Connections are not closed in some of TestAcidGuarantees's classes, this
> makes integration test fail in some cases.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)