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

Hadoop QA commented on HBASE-10669:
-----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12632783/HBASE_10669_94.11.patch
  against trunk revision .
  ATTACHMENT ID: 12632783

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8894//console

This message is automatically generated.

> [hbck tool] Usage is wrong for hbck tool for -sidelineCorruptHfiles option
> --------------------------------------------------------------------------
>
>                 Key: HBASE-10669
>                 URL: https://issues.apache.org/jira/browse/HBASE-10669
>             Project: HBase
>          Issue Type: Bug
>          Components: hbck
>    Affects Versions: 0.94.11, 0.96.0
>            Reporter: Deepak Sharma
>            Priority: Minor
>             Fix For: 0.96.2, 0.98.1, 0.99.0, 0.94.18
>
>         Attachments: HBASE_10669_94.11.patch, Hbck_usage_issue.patch
>
>
> Usage is wrong for hbck tool for -sidelineCorruptHfiles option: 
> it is like:
> -sidelineCorruptHfiles  Quarantine corrupted HFiles.  implies 
> -checkCorruptHfiles
> here in "sidelineCorruptHfiles" and "checkCorruptHfiles" small 'f' is used 
> but actually in code it is like 
>   else if (cmd.equals("-checkCorruptHFiles")) {
>         checkCorruptHFiles = true;
>       } else if (cmd.equals("-sidelineCorruptHFiles")) {
>         sidelineCorruptHFiles = true;
>       }
> so if we use sidelineCorruptHfiles option for hbck then it will give error 
> Unrecognized option:-sidelineCorruptHfiles



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to