Ted Yu created HBASE-16602:
------------------------------
Summary: Avoid creating Connection in
BackupLogCleaner#getDeletableFiles()
Key: HBASE-16602
URL: https://issues.apache.org/jira/browse/HBASE-16602
Project: HBase
Issue Type: Bug
Reporter: Ted Yu
Here is the TODO item:
{code}
// TODO: LogCleaners do not have a way to get the Connection from Master.
We should find a
// way to pass it down here, so that this connection is not re-created
every time.
// It is expensive
{code}
We can utilize the facility added by HBASE-16490:
retrieve connection from MasterServices passed in init() method.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)