[ 
https://issues.apache.org/jira/browse/HBASE-19258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16408995#comment-16408995
 ] 

Ted Yu commented on HBASE-19258:
--------------------------------

{code}
+    if (plugins != null) {
+      conf.set(HFileCleaner.MASTER_HFILE_CLEANER_PLUGINS, (plugins == null ? 
"" : plugins + ",") +
+        BackupHFileCleaner.class.getName());
{code}
In the if block, check whether BackupHFileCleaner is already in the plugins.
{code}
+          } catch (IOException e) {
+            LOG.error("Failed", e);
{code}
Shouldn't the IOE propagate back ?



> IntegrationTest for Backup and Restore
> --------------------------------------
>
>                 Key: HBASE-19258
>                 URL: https://issues.apache.org/jira/browse/HBASE-19258
>             Project: HBase
>          Issue Type: Test
>          Components: integration tests
>            Reporter: Josh Elser
>            Assignee: Vladimir Rodionov
>            Priority: Blocker
>             Fix For: 3.0.0
>
>         Attachments: HBASE-19258.v1.patch
>
>
> See chatter at https://docs.google.com/document/d/1xbPlLKjOcPq2LDqjbSkF6uND
> AG0mzgOxek6P3POLeMc/edit?usp=sharing
> We need to get an IntegrationTest in place for backup and restore.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to