From common-issues-return-3552-apmail-hadoop-common-issues-archive=hadoop.apache.org@hadoop.apache.org Tue Dec 01 12:50:44 2009 Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 8142 invoked from network); 1 Dec 2009 12:50:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Dec 2009 12:50:44 -0000 Received: (qmail 5465 invoked by uid 500); 1 Dec 2009 12:50:44 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 5409 invoked by uid 500); 1 Dec 2009 12:50:44 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 5396 invoked by uid 99); 1 Dec 2009 12:50:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 12:50:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 12:50:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 21943234C48D for ; Tue, 1 Dec 2009 04:50:21 -0800 (PST) Message-ID: <248140744.1259671821136.JavaMail.jira@brutus> Date: Tue, 1 Dec 2009 12:50:21 +0000 (UTC) From: "Jakob Homan (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Updated: (HADOOP-6396) Provide a description in the exception when an error is encountered parsing umask In-Reply-To: <22642278.1259199219643.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HADOOP-6396: -------------------------------- Attachment: HADOOP-6396-B.patch Had uploaded wrong version of patch, this is correct. Since test-patch's testing is suspect at the moment, ran unit tests locally and all passed. Verified solution in hdfs. > Provide a description in the exception when an error is encountered parsing umask > --------------------------------------------------------------------------------- > > Key: HADOOP-6396 > URL: https://issues.apache.org/jira/browse/HADOOP-6396 > Project: Hadoop Common > Issue Type: Bug > Components: fs > Affects Versions: 0.21.0, 0.22.0 > Reporter: Jakob Homan > Assignee: Jakob Homan > Fix For: 0.21.0, 0.22.0 > > Attachments: HADOOP-6396-B.patch, HADOOP-6396.patch > > > Currently when there is a problem parsing a umask, the exception text is just the offending umask with no other clue, which can be quite confusing as demonstrated in HDFS-763. This message should include the nature of the problem and whether or not the umask parsing attempt was using old-style or new-style values. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.