Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DAA011033A for ; Fri, 4 Sep 2015 04:13:51 +0000 (UTC) Received: (qmail 48371 invoked by uid 500); 4 Sep 2015 04:13:46 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 47981 invoked by uid 500); 4 Sep 2015 04:13:46 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 47961 invoked by uid 99); 4 Sep 2015 04:13:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2015 04:13:46 +0000 Date: Fri, 4 Sep 2015 04:13:45 +0000 (UTC) From: "Harsh J (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-14363) Print more details on the row behind an Empty REGIONINFO_QUALIFIER warning MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Harsh J created HBASE-14363: ------------------------------- Summary: Print more details on the row behind an Empty REGIONINFO_QUALIFIER warning Key: HBASE-14363 URL: https://issues.apache.org/jira/browse/HBASE-14363 Project: HBase Issue Type: Bug Components: hbck Affects Versions: 1.0.0 Reporter: Harsh J Priority: Trivial Currently HBCK just prints a vague "Empty REGIONINFO_QUALIFIER found" warning, and does not print the row it found that on. While fixing this is easy thanks to HBCK, some more detail (say the row/region ID) would be good to print, to avoid people manually scanning meta to obtain the very same info. -- This message was sent by Atlassian JIRA (v6.3.4#6332)