You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/11/13 20:55:00 UTC

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

Ted Yu created KYLIN-3039:
-----------------------------

             Summary: 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)