Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D52FA173EC for ; Tue, 7 Oct 2014 08:08:34 +0000 (UTC) Received: (qmail 24466 invoked by uid 500); 7 Oct 2014 08:08:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 24429 invoked by uid 500); 7 Oct 2014 08:08:34 -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 24416 invoked by uid 99); 7 Oct 2014 08:08:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2014 08:08:34 +0000 Date: Tue, 7 Oct 2014 08:08:34 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12039) Lower log level for TableNotFoundException log message when throwing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-12039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161618#comment-14161618 ] Hudson commented on HBASE-12039: -------------------------------- FAILURE: Integrated in HBase-0.98 #580 (See [https://builds.apache.org/job/HBase-0.98/580/]) HBASE-12039 Lower log level for TableNotFoundException log message when throwing (stack) (apurtell: rev 2cf4df0e4c816fe95a5750e539935686ba5a5f3f) * hbase-client/src/main/java/org/apache/hadoop/hbase/client/HConnectionManager.java > Lower log level for TableNotFoundException log message when throwing > -------------------------------------------------------------------- > > Key: HBASE-12039 > URL: https://issues.apache.org/jira/browse/HBASE-12039 > Project: HBase > Issue Type: Bug > Reporter: James Taylor > Assignee: stack > Priority: Minor > Fix For: 0.98.7, 0.94.25 > > Attachments: 12039-0.94.txt, 12039.txt > > > Our HBase client tries to get the HTable descriptor for a table that may or may not exist. We catch and ignore the TableNotFoundException if it occurs, but the log message appear regardless of this which confuses our users. Would it be possible to lower the log level of this message since the exception is already being throw (making it up to the caller how they want to handle this). > 14/09/20 20:01:54 WARN client.HConnectionManager$HConnectionImplementation: Encountered problems when prefetch META table: > org.apache.hadoop.hbase.TableNotFoundException: Cannot find row in .META. for table: _IDX_TEST.TESTING, row=_IDX_TEST.TESTING,,99999999999999 > at org.apache.hadoop.hbase.client.MetaScanner.metaScan(MetaScanner.java:151) > at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.prefetchRegionCache(HConnectionManager.java:1059) > at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegionInMeta(HConnectionManager.java:1121) > at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegion(HConnectionManager.java:1001) > at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegion(HConnectionManager.java:958) > at org.apache.hadoop.hbase.client.HTable.finishSetup(HTable.java:251) > at org.apache.hadoop.hbase.client.HTable.(HTable.java:243) -- This message was sent by Atlassian JIRA (v6.3.4#6332)