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 BE41A200C0F for ; Thu, 2 Feb 2017 20:01:13 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BCC56160B57; Thu, 2 Feb 2017 19:01:13 +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 11258160B44 for ; Thu, 2 Feb 2017 20:01:12 +0100 (CET) Received: (qmail 2345 invoked by uid 500); 2 Feb 2017 19:01:12 -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 2334 invoked by uid 99); 2 Feb 2017 19:01:12 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2017 19:01:12 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id BA1FAC0258 for ; Thu, 2 Feb 2017 19:01:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 8edHREiT8y74 for ; Thu, 2 Feb 2017 19:01:11 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id C40FA5F3A1 for ; Thu, 2 Feb 2017 19:01:10 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 774CBE0538 for ; Thu, 2 Feb 2017 19:00:54 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 9646525295 for ; Thu, 2 Feb 2017 19:00:53 +0000 (UTC) Date: Thu, 2 Feb 2017 19:00:53 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16621) HBCK should have -fixHFileLinks MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 02 Feb 2017 19:01:13 -0000 [ https://issues.apache.org/jira/browse/HBASE-16621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850329#comment-15850329 ] Hudson commented on HBASE-16621: -------------------------------- SUCCESS: Integrated in Jenkins build HBase-1.4 #609 (See [https://builds.apache.org/job/HBase-1.4/609/]) HBASE-16621 HBCK should have -fixHFileLinks (Janos Gub) (tedyu: rev f59cf6f02e7ac8af09036be21f8f6f4a5a939ba1) * (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSUtils.java * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/util/hbck/HbckTestingUtil.java * (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java > HBCK should have -fixHFileLinks > ------------------------------- > > Key: HBASE-16621 > URL: https://issues.apache.org/jira/browse/HBASE-16621 > Project: HBase > Issue Type: Bug > Reporter: Enis Soztutar > Assignee: Janos Gub > Labels: beginner, operability > Fix For: 2.0.0, 1.4.0 > > Attachments: HBASE-16621-2.patch, HBASE-16621-3.patch, HBASE-16621-4.patch, HBASE-16621-5.patch, HBASE-16621-branch-1.patch, HBASE-16621.patch, refactor-2.patch > > > Similar to {{-fixReferenceFiles}}, HBCK should be able to sideline dangling HFile Links as well. > We have seen a couple of cases, where due to HDFS-level fsck run which deleted files with missing blocks, the cluster is left with dangling HFIle Links, and regions cannot be opened because of these. Only a manual and error-prone finding and clearing of HFileLinks can save the tables regions. -- This message was sent by Atlassian JIRA (v6.3.15#6346)