Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8DD2392E9 for ; Thu, 2 Aug 2012 20:21:03 +0000 (UTC) Received: (qmail 91355 invoked by uid 500); 2 Aug 2012 20:21:03 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 91278 invoked by uid 500); 2 Aug 2012 20:21:03 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 91179 invoked by uid 99); 2 Aug 2012 20:21:03 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2012 20:21:03 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id E77C4142823 for ; Thu, 2 Aug 2012 20:21:02 +0000 (UTC) Date: Thu, 2 Aug 2012 20:21:02 +0000 (UTC) From: "Jonathan Hsieh (JIRA)" To: issues@hbase.apache.org Message-ID: <467853898.7064.1343938862950.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1723985331.105522.1343304154644.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (HBASE-6460) hbck "-repairHoles" usage inconsistent with "-fixHdfsOrphans" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Hsieh updated HBASE-6460: ---------------------------------- Hadoop Flags: Reviewed Summary: hbck "-repairHoles" usage inconsistent with "-fixHdfsOrphans" (was: hbck "-repairHoles" shortcut doesn't enable "-fixHdfsOrphans") > hbck "-repairHoles" usage inconsistent with "-fixHdfsOrphans" > ------------------------------------------------------------- > > Key: HBASE-6460 > URL: https://issues.apache.org/jira/browse/HBASE-6460 > Project: HBase > Issue Type: Bug > Components: hbck > Affects Versions: 0.94.0, 0.96.0 > Reporter: Jie Huang > Priority: Minor > Attachments: hbase-6460.patch > > > According to the hbck's help info, shortcut - "-repairHoles" will enable "-fixHdfsOrphans" as below. > {noformat} > -repairHoles Shortcut for -fixAssignments -fixMeta -fixHdfsHoles -fixHdfsOrphans > {noformat} > However, in the implementation, the function "fsck.setFixHdfsOrphans(false);" is called in "-repairHoles". This is not consistent with the usage information. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira