Ted Yu created KYLIN-2611:
-----------------------------
Summary: 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
Priority: Minor
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.3.15#6346)
