Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 13477 invoked from network); 14 May 2010 03:37:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 May 2010 03:37:05 -0000 Received: (qmail 36352 invoked by uid 500); 14 May 2010 03:37:05 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 36265 invoked by uid 500); 14 May 2010 03:37:04 -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 36257 invoked by uid 99); 14 May 2010 03:37:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 May 2010 03:37:04 +0000 X-ASF-Spam-Status: No, hits=-1425.1 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 May 2010 03:37:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4E3agBn018762 for ; Fri, 14 May 2010 03:36:43 GMT Message-ID: <2214093.32321273808202969.JavaMail.jira@thor> Date: Thu, 13 May 2010 23:36:42 -0400 (EDT) From: "Suresh Srinivas (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-1079) HDFS implementation should throw exceptions defined in AbstractFileSystem In-Reply-To: <1942689852.698981270507347230.JavaMail.jira@brutus.apache.org> 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-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867375#action_12867375 ] Suresh Srinivas commented on HDFS-1079: --------------------------------------- Failure of test TestHDFSServerPorts.testBackupNodePorts is unrelated to this patch. This is being tracked in HDFS-887. > HDFS implementation should throw exceptions defined in AbstractFileSystem > ------------------------------------------------------------------------- > > Key: HDFS-1079 > URL: https://issues.apache.org/jira/browse/HDFS-1079 > Project: Hadoop HDFS > Issue Type: New Feature > Components: name-node > Reporter: Suresh Srinivas > Assignee: Suresh Srinivas > Fix For: 0.22.0 > > Attachments: HDFS-1079.1.patch, HDFS-1079.2.patch, HDFS-1079.3.patch, HDFS-1079.patch, HDFS-1079.patch > > > HDFS implementation Hdfs.java should throw exceptions as defined in AbstractFileSystem. To facilitate this, ClientProtocol should be changed to throw specific exceptions, as defined in AbstractFileSystem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.