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 C087D200B4C for ; Fri, 22 Jul 2016 14:54:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BF4CC160A8F; Fri, 22 Jul 2016 12:54: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 1E542160A5A for ; Fri, 22 Jul 2016 14:54:21 +0200 (CEST) Received: (qmail 17830 invoked by uid 500); 22 Jul 2016 12:54:21 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 17777 invoked by uid 99); 22 Jul 2016 12:54:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2016 12:54:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C199A2C0D60 for ; Fri, 22 Jul 2016 12:54:20 +0000 (UTC) Date: Fri, 22 Jul 2016 12:54:20 +0000 (UTC) From: "Steve Loughran (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-13323) Downgrade stack trace on FS load from Warn to debug MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 22 Jul 2016 12:54:22 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15389439#comment-15389439 ] Steve Loughran commented on HADOOP-13323: ----------------------------------------- test failure is unrelated > Downgrade stack trace on FS load from Warn to debug > --------------------------------------------------- > > Key: HADOOP-13323 > URL: https://issues.apache.org/jira/browse/HADOOP-13323 > Project: Hadoop Common > Issue Type: Improvement > Components: fs > Affects Versions: 2.7.3 > Reporter: Steve Loughran > Assignee: Steve Loughran > Priority: Minor > Attachments: HADOOP-13323-branch-2-001.patch > > > HADOOP-12636 catches exceptions on FS creation, but prints a stack trace @ warn every time..this is noisy and irrelevant if the installation doesn't need connectivity to a specific filesystem or object store. > I propose: only printing the toString values of the exception chain @ warn; the full stack comes out at debug. > We could some more tuning: > * have a specific log for this exception, which allows installations to turn even the warnings off. > * add a link to a wiki page listing the dependencies of the shipped filesystems -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org