[
https://issues.apache.org/jira/browse/HBASE-16602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484872#comment-15484872
]
Vladimir Rodionov commented on HBASE-16602:
-------------------------------------------
lgtm.
> 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
> Attachments: 16602.v1.txt
>
>
> 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)