Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 78893 invoked from network); 30 Nov 2010 22:34:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Nov 2010 22:34:34 -0000 Received: (qmail 76665 invoked by uid 500); 30 Nov 2010 22:34:34 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 76627 invoked by uid 500); 30 Nov 2010 22:34:34 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 76619 invoked by uid 99); 30 Nov 2010 22:34:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 22:34:34 +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; Tue, 30 Nov 2010 22:34:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAUMYDPi023268 for ; Tue, 30 Nov 2010 22:34:13 GMT Message-ID: <20113099.36611291156453953.JavaMail.jira@thor> Date: Tue, 30 Nov 2010 17:34:13 -0500 (EST) From: "Patrick Kling (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-2156) Raid-aware FSCK In-Reply-To: <1869982.82811288113380396.JavaMail.jira@thor> 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/MAPREDUCE-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Kling updated MAPREDUCE-2156: ------------------------------------- Fix Version/s: 0.23.0 Assignee: Patrick Kling Affects Version/s: 0.23.0 Status: Patch Available (was: Open) > Raid-aware FSCK > --------------- > > Key: MAPREDUCE-2156 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2156 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: contrib/raid > Affects Versions: 0.23.0 > Reporter: Patrick Kling > Assignee: Patrick Kling > Fix For: 0.23.0 > > Attachments: MAPREDUCE-2156.patch > > > Currently, FSCK reports files as corrupt even if they can be fixed using parity blocks. We need a tool that only reports files that are irreparably corrupt (i.e., files for which too many data or parity blocks belonging to the same stripe have been lost or corrupted). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.