Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BA14B200B93 for ; Sat, 17 Sep 2016 06:36:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AD3EA160AD9; Sat, 17 Sep 2016 04:36:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 20353160AC4 for ; Sat, 17 Sep 2016 06:36:21 +0200 (CEST) Received: (qmail 97315 invoked by uid 500); 17 Sep 2016 04:36:20 -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 97292 invoked by uid 99); 17 Sep 2016 04:36:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Sep 2016 04:36:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 891CC2C0D56 for ; Sat, 17 Sep 2016 04:36:20 +0000 (UTC) Date: Sat, 17 Sep 2016 04:36:20 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16647) hbck should do offline reference repair before online repair MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 17 Sep 2016 04:36:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15498159#comment-15498159 ] Ted Yu commented on HBASE-16647: -------------------------------- Looks like testLingeringReferenceFile needs to be adjusted for the change. > hbck should do offline reference repair before online repair > ------------------------------------------------------------ > > Key: HBASE-16647 > URL: https://issues.apache.org/jira/browse/HBASE-16647 > Project: HBase > Issue Type: Bug > Reporter: Jerry He > Assignee: Jerry He > Attachments: HBASE-16647.patch > > > {noformat} > hbck > -fixReferenceFiles Try to offline lingering reference store files > Metadata Repair shortcuts > -repair Shortcut for -fixAssignments -fixMeta -fixHdfsHoles -fixHdfsOrphans -fixHdfsOverlaps -fixVersionFile -sidelineBigOverlaps -fixReferenceFiles -fixTableLocks -fixOrphanedTableZnodes > {noformat} > Bad reference files prevent the region from coming online. > If used in the shortcut combination, the reference files should be fixed before other online fix. > I have seen repeated '-repair' did not work because bad reference files failed regions. -- This message was sent by Atlassian JIRA (v6.3.4#6332)