[ 
https://issues.apache.org/jira/browse/HBASE-14115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14637131#comment-14637131
 ] 

Hudson commented on HBASE-14115:
--------------------------------

SUCCESS: Integrated in HBase-1.3 #69 (See 
[https://builds.apache.org/job/HBase-1.3/69/])
HBASE-14115 Fix resource leak in HMasterCommandLine (Yuhao Bi) (tedyu: rev 
45d52129dd53207efb0a6408cf6869e0d5b23df3)
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMasterCommandLine.java


> Fix resource leak in HMasterCommandLine
> ---------------------------------------
>
>                 Key: HBASE-14115
>                 URL: https://issues.apache.org/jira/browse/HBASE-14115
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Yuhao Bi
>            Assignee: Yuhao Bi
>             Fix For: 2.0.0, 1.2.0, 1.3.0
>
>         Attachments: HBASE-14115-branch-1-v1.patch, 
> HBASE-14115-branch-1.patch, HBASE-14115.patch
>
>
> In HMasterCommandLine#stopMaster(), admin is not closed.
> {code:title=HMasterCommandLine.java|borderStyle=solid}
> try (Connection connection = ConnectionFactory.createConnection(conf)) {
>       try (Admin admin = connection.getAdmin()) {
>         connection.getAdmin().shutdown();
>       } catch (Throwable t) {
>         LOG.error("Failed to stop master", t);
>         return 1;
>       }
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to