Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 20C5911CFB for ; Fri, 16 May 2014 23:12:30 +0000 (UTC) Received: (qmail 83002 invoked by uid 500); 16 May 2014 11:49:04 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 79929 invoked by uid 500); 16 May 2014 11:20:24 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 32356 invoked by uid 99); 16 May 2014 11:08:44 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2014 11:08:44 +0000 Date: Fri, 16 May 2014 11:08:44 +0000 (UTC) From: "Andrew Wang (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-6410) DFSClient unwraps AclException in xattr methods, but those methods cannot throw AclException. 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/HDFS-6410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang updated HDFS-6410: ------------------------------ Attachment: hdfs-6410.1.patch Simple patch attached, no tests since this is pretty trivial. > DFSClient unwraps AclException in xattr methods, but those methods cannot throw AclException. > --------------------------------------------------------------------------------------------- > > Key: HDFS-6410 > URL: https://issues.apache.org/jira/browse/HDFS-6410 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: HDFS XAttrs (HDFS-2006) > Reporter: Chris Nauroth > Assignee: Andrew Wang > Priority: Minor > Fix For: HDFS XAttrs (HDFS-2006) > > Attachments: hdfs-6410.1.patch > > > The various xattr methods in {{DFSClient}} specify {{AclException}} in the call to {{RemoteException#unwrapRemoteException}}. It's impossible for the xattr APIs to throw {{AclException}}. Since encountering {{AclException}} would be an unexpected condition, we should not unwrap it so that instead we maintain the full stack trace. -- This message was sent by Atlassian JIRA (v6.2#6252)