You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shengping (JIRA)" <ji...@apache.org> on 2017/11/14 02:26:00 UTC

[jira] [Commented] (KYLIN-3039) Unclosed hbaseAdmin in ITAclTableMigrationToolTest

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

Shengping commented on KYLIN-3039:
----------------------------------

i want to fix this issue.

> Unclosed hbaseAdmin in ITAclTableMigrationToolTest
> --------------------------------------------------
>
>                 Key: KYLIN-3039
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3039
>             Project: Kylin
>          Issue Type: Test
>            Reporter: Ted Yu
>            Priority: Minor
>
> Here is related code:
> {code}
>         Admin hbaseAdmin = new HBaseAdmin(conf);
>         creatTable(hbaseAdmin, conf, aclTable, new String[] { AclConstant.ACL_INFO_FAMILY, AclConstant.ACL_ACES_FAMILY });
>         creatTable(hbaseAdmin, conf, userTable, new String[] { AclConstant.USER_AUTHORITY_FAMILY });
> {code}
> hbaseAdmin should be closed upon return.



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