You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2017/07/22 13:29:00 UTC

[jira] [Resolved] (KYLIN-2611) Unclosed HBaseAdmin in AclTableMigrationTool#checkTableExist

     [ https://issues.apache.org/jira/browse/KYLIN-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shaofeng SHI resolved KYLIN-2611.
---------------------------------
    Resolution: Fixed

> Unclosed HBaseAdmin in AclTableMigrationTool#checkTableExist
> ------------------------------------------------------------
>
>                 Key: KYLIN-2611
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2611
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: liyang
>            Priority: Minor
>             Fix For: v2.1.0
>
>
> Here is related code:
> {code}
>         Admin hbaseAdmin = new HBaseAdmin(conf);
>         return hbaseAdmin.tableExists(TableName.valueOf(tableName));
> {code}
> hbaseAdmin should be closed upon return.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)