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 8ED19200BA8 for ; Mon, 24 Oct 2016 20:18:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8D558160AD7; Mon, 24 Oct 2016 18:18:06 +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 DE83A160B00 for ; Mon, 24 Oct 2016 20:18:05 +0200 (CEST) Received: (qmail 71602 invoked by uid 500); 24 Oct 2016 18:18:00 -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 71379 invoked by uid 99); 24 Oct 2016 18:17:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2016 18:17:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C95432C2AB7 for ; Mon, 24 Oct 2016 18:17:59 +0000 (UTC) Date: Mon, 24 Oct 2016 18:17:59 +0000 (UTC) From: "Steve Loughran (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-13605) Clean up FileSystem javadocs, logging; improve diagnostics on FS load MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 24 Oct 2016 18:18:06 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13605?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-13605: ------------------------------------ Status: Open (was: Patch Available) > Clean up FileSystem javadocs, logging; improve diagnostics on FS load > --------------------------------------------------------------------- > > Key: HADOOP-13605 > URL: https://issues.apache.org/jira/browse/HADOOP-13605 > Project: Hadoop Common > Issue Type: Improvement > Components: fs > Affects Versions: 2.8.0 > Reporter: Steve Loughran > Assignee: Steve Loughran > Attachments: HADOOP-13605-branch-2-001.patch, HADOOP-13605-branch= -2-002.patch > > > We can't easily debug FS instantiation problems as there isn't much detai= l in what was going on. > We can add more logging, but cannot simply switch {{FileSystem.LOG}} to S= LF4J =E2=80=94the class is used in too many places, including tests which c= ast it. Instead, add a new private SLF4J Logger, {{LOGGER}} and switch logg= ing to it.=20 > While working in the base FileSystem class, take the opportunity to clean= up javadocs and comments > # add the list of exceptions, including indicating which base classes thr= ow UnsupportedOperationExceptions > # cut bits in the comments which are not true > The outcome of this patch is that IDEs shouldn't highlight most of the fi= le as flawed in some way or another -- 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