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 680C7200B99 for ; Wed, 21 Sep 2016 00:42:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 66C85160AC9; Tue, 20 Sep 2016 22:42:27 +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 A4120160AC5 for ; Wed, 21 Sep 2016 00:42:26 +0200 (CEST) Received: (qmail 28307 invoked by uid 500); 20 Sep 2016 22:42: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 28280 invoked by uid 99); 20 Sep 2016 22:42:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2016 22:42:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 80AA72C2A61 for ; Tue, 20 Sep 2016 22:42:20 +0000 (UTC) Date: Tue, 20 Sep 2016 22:42:20 +0000 (UTC) From: "Hudson (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: Tue, 20 Sep 2016 22:42:27 -0000 [ https://issues.apache.org/jira/browse/HBASE-16647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15508030#comment-15508030 ] Hudson commented on HBASE-16647: -------------------------------- FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1643 (See [https://builds.apache.org/job/HBase-Trunk_matrix/1643/]) HBASE-16647 hbck should do offline reference repair before online repair (jerryjch: rev 66821206b85d85fba3012d6bb0d6b98c8ee23cb8) * (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java > 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 > Fix For: 2.0.0, 1.4.0 > > Attachments: HBASE-16647-v2.patch, 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)