Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 70622 invoked from network); 5 Apr 2008 12:16:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Apr 2008 12:16:09 -0000 Received: (qmail 9709 invoked by uid 500); 5 Apr 2008 12:16:04 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 9681 invoked by uid 500); 5 Apr 2008 12:16:04 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 9663 invoked by uid 99); 5 Apr 2008 12:16:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2008 05:16:04 -0700 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; Sat, 05 Apr 2008 12:15:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A5011234C0C0 for ; Sat, 5 Apr 2008 05:13:24 -0700 (PDT) Message-ID: <1055557829.1207397604674.JavaMail.jira@brutus> Date: Sat, 5 Apr 2008 05:13:24 -0700 (PDT) From: "Hudson (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-2841) Dfs methods should not throw RemoteException In-Reply-To: <563226.1203099128734.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-2841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585959#action_12585959 ] Hudson commented on HADOOP-2841: -------------------------------- Integrated in Hadoop-trunk #451 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/451/]) > Dfs methods should not throw RemoteException > -------------------------------------------- > > Key: HADOOP-2841 > URL: https://issues.apache.org/jira/browse/HADOOP-2841 > Project: Hadoop Core > Issue Type: Improvement > Components: dfs > Affects Versions: 0.16.0 > Reporter: Hairong Kuang > Assignee: Konstantin Shvachko > Fix For: 0.17.0 > > Attachments: getNodeNPE.patch, getNodeNPE.patch, getNodeNPE.patch, getNodeNPE.patch, getNodeNPE.patch, getNodeNPE.patch > > > Dfs should unwrap the RemoteException and throw the real cause of the error to the user. This allows the user to find out the real cause without examining the remote exception. This also allows the user to use the dfs interface without aware of the implementation details (i.e. rpc). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.