[ 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)