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 4DAEF200B58 for ; Wed, 27 Jul 2016 23:04:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4C6AF160A6F; Wed, 27 Jul 2016 21:04: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 9D30E160A93 for ; Wed, 27 Jul 2016 23:04:21 +0200 (CEST) Received: (qmail 27416 invoked by uid 500); 27 Jul 2016 21:04: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 27326 invoked by uid 99); 27 Jul 2016 21:04:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2016 21:04:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 940E42C0D61 for ; Wed, 27 Jul 2016 21:04:20 +0000 (UTC) Date: Wed, 27 Jul 2016 21:04:20 +0000 (UTC) From: "Matteo Bertozzi (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-16294) hbck reporting "No HDFS region dir found" for replicas MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 27 Jul 2016 21:04:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-16294: ------------------------------------ Summary: hbck reporting "No HDFS region dir found" for replicas (was: hbck reporting "No HDFS region dir found" found replicas) > hbck reporting "No HDFS region dir found" for replicas > ------------------------------------------------------ > > Key: HBASE-16294 > URL: https://issues.apache.org/jira/browse/HBASE-16294 > Project: HBase > Issue Type: Bug > Components: hbck > Affects Versions: 2.0.0, 1.3.0, 1.0.3, 1.4.0, 1.1.5, 1.2.2 > Reporter: Matteo Bertozzi > Priority: Minor > Fix For: 2.0.0, 1.3.0, 1.4.0, 1.1.6, 1.2.3 > > > simple test, create a table with replicas and then run hbck. > we don't filter out the replicas for the loadHdfsRegioninfo() > {noformat} > $ hbase shell > hbase(main):001:0> create 'myTable', 'myCF', {REGION_REPLICATION => '3'} > $ hbase hbck > 2016-07-27 13:47:38,090 WARN [hbasefsck-pool1-t2] util.HBaseFsck: No HDFS region dir found: { meta => myTable,,1469652448440_0002.9dea3506e09e00910158dc91fa21e550., hdfs => null, deployed => u1604srv,42895,1469652420413;myTable,,1469652448440_0002.9dea3506e09e00910158dc91fa21e550., replicaId => 2 } meta={ENCODED => 9dea3506e09e00910158dc91fa21e550, NAME => 'myTable,,1469652448440_0002.9dea3506e09e00910158dc91fa21e550.', STARTKEY => '', ENDKEY => '', REPLICA_ID => 2} > 2016-07-27 13:47:38,092 WARN [hbasefsck-pool1-t1] util.HBaseFsck: No HDFS region dir found: { meta => myTable,,1469652448440_0001.a03250bca30781ff7002a91c281b4e92., hdfs => null, deployed => u1604srv,42895,1469652420413;myTable,,1469652448440_0001.a03250bca30781ff7002a91c281b4e92., replicaId => 1 } meta={ENCODED => a03250bca30781ff7002a91c281b4e92, NAME => 'myTable,,1469652448440_0001.a03250bca30781ff7002a91c281b4e92.', STARTKEY => '', ENDKEY => '', REPLICA_ID => 1} > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)