You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Yi Mei (Jira)" <ji...@apache.org> on 2019/09/18 01:41:00 UTC

[jira] [Created] (HBASE-23039) HBCK2 bypass -r command does not work

Yi Mei created HBASE-23039:
------------------------------

             Summary: HBCK2 bypass -r command does not work
                 Key: HBASE-23039
                 URL: https://issues.apache.org/jira/browse/HBASE-23039
             Project: HBase
          Issue Type: Bug
            Reporter: Yi Mei


 

The recursiveFlag is wrong:
{code:java}
boolean overrideFlag = commandLine.hasOption(override.getOpt());
boolean recursiveFlag = commandLine.hasOption(override.getOpt());
{code}
 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)