Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 3309 invoked from network); 9 Dec 2010 19:28:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Dec 2010 19:28:25 -0000 Received: (qmail 50339 invoked by uid 500); 9 Dec 2010 19:28:25 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 50318 invoked by uid 500); 9 Dec 2010 19:28:25 -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 50310 invoked by uid 99); 9 Dec 2010 19:28:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 19:28:25 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 19:28:23 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB9JS1DA022485 for ; Thu, 9 Dec 2010 19:28:01 GMT Message-ID: <24753812.43601291922881432.JavaMail.jira@thor> Date: Thu, 9 Dec 2010 14:28:01 -0500 (EST) From: "Hairong Kuang (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-1533) A more elegant FileSystem#listCorruptFileBlocks API (HDFS portion) In-Reply-To: <16082597.29981291861930099.JavaMail.jira@thor> 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/HDFS-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969884#action_12969884 ] Hairong Kuang commented on HDFS-1533: ------------------------------------- It looks good except that 1. Move class CorruptFileBlocks to package hdfs.protocol; 2. When handling listCorruptFileBlocks in safemode, the exception thrown condition should be the replication queue not populated yet. > A more elegant FileSystem#listCorruptFileBlocks API (HDFS portion) > ------------------------------------------------------------------ > > Key: HDFS-1533 > URL: https://issues.apache.org/jira/browse/HDFS-1533 > Project: Hadoop HDFS > Issue Type: Bug > Components: hdfs client > Reporter: Patrick Kling > Assignee: Patrick Kling > Attachments: HDFS-1533.patch > > > This is the HDFS portion of HADOOP-7060. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.