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 CAC3FE2FA for ; Tue, 29 Jan 2013 05:33:16 +0000 (UTC) Received: (qmail 17126 invoked by uid 500); 29 Jan 2013 05:33:16 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 17052 invoked by uid 500); 29 Jan 2013 05:33:16 -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 17037 invoked by uid 99); 29 Jan 2013 05:33:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2013 05:33:16 +0000 Date: Tue, 29 Jan 2013 05:33:16 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7699) Replace LOG.info() with LOG.debug() in FSUtils.listStatus() 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-7699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565090#comment-13565090 ] Hudson commented on HBASE-7699: ------------------------------- Integrated in HBase-TRUNK #3819 (See [https://builds.apache.org/job/HBase-TRUNK/3819/]) HBASE-7699 Replace LOG.info() with LOG.debug() in FSUtils.listStatus() (Revision 1439736) Result = FAILURE mbertozzi : Files : * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSUtils.java > Replace LOG.info() with LOG.debug() in FSUtils.listStatus() > ----------------------------------------------------------- > > Key: HBASE-7699 > URL: https://issues.apache.org/jira/browse/HBASE-7699 > Project: HBase > Issue Type: Improvement > Components: util > Affects Versions: 0.96.0 > Reporter: Matteo Bertozzi > Assignee: Matteo Bertozzi > Priority: Trivial > Fix For: 0.96.0 > > Attachments: HBASE-7699-v0.patch > > > The info level is too much for FSUtils.listStatus() since the directory may not exists. And having an extra roundtrip to the NN for verifying that the directory exists before calling listStatus() seems not necessary. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira