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 A11D010961 for ; Thu, 20 Nov 2014 00:57:34 +0000 (UTC) Received: (qmail 81457 invoked by uid 500); 20 Nov 2014 00:57:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 81409 invoked by uid 500); 20 Nov 2014 00:57: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 81398 invoked by uid 99); 20 Nov 2014 00:57:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Nov 2014 00:57:33 +0000 Date: Thu, 20 Nov 2014 00:57:33 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12539) HFileLinkCleaner logs are uselessly noisy 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-12539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14218814#comment-14218814 ] Hudson commented on HBASE-12539: -------------------------------- SUCCESS: Integrated in HBase-1.0 #481 (See [https://builds.apache.org/job/HBase-1.0/481/]) HBASE-12539 HFileLinkCleaner logs are uselessly noisy (ndimiduk: rev f1048a148bd505d24dfb78be724967b063d75018) * hbase-server/src/main/java/org/apache/hadoop/hbase/master/cleaner/HFileLinkCleaner.java > HFileLinkCleaner logs are uselessly noisy > ----------------------------------------- > > Key: HBASE-12539 > URL: https://issues.apache.org/jira/browse/HBASE-12539 > Project: HBase > Issue Type: Bug > Components: master > Reporter: Nick Dimiduk > Assignee: Nick Dimiduk > Priority: Minor > Fix For: 2.0.0, 0.98.9, 0.99.2 > > Attachments: HBASE-12539.00.patch, HBASE-12539.01.patch > > > I noticed these ERROR logs while debugging some test runs. The message was basically useless. Make demote the messages to DEBUG and make them actionable by including the path of the problematic file. -- This message was sent by Atlassian JIRA (v6.3.4#6332)