[
https://issues.apache.org/jira/browse/HBASE-16673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15530367#comment-15530367
]
Ted Yu commented on HBASE-16673:
--------------------------------
{code}
+ * @param info: backup info
+ * @return true if info passes filter, false otherwise
+ */
+ public boolean apply(BackupInfo image);
{code}
Correct parameter name of @param
{code}
+ if (value == null) return null;
+ return value;
{code}
Redundant check.
{code}
+ if(!filters[i].apply(info)) {
+ passed = false; break;
{code}
Move break to next line.
Change to BackupClientUtil.java doesn't apply cleanly.
> Enhance history command: history per backup set
> -----------------------------------------------
>
> Key: HBASE-16673
> URL: https://issues.apache.org/jira/browse/HBASE-16673
> Project: HBase
> Issue Type: New Feature
> Reporter: Vladimir Rodionov
> Assignee: Vladimir Rodionov
> Attachments: HBASE-16673-v1.patch
>
>
> New command-line option: -set setName. Will retrieve backup history for a
> particular backup set
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)