Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 29739 invoked from network); 3 Nov 2010 02:56:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Nov 2010 02:56:16 -0000 Received: (qmail 57956 invoked by uid 500); 3 Nov 2010 02:56:48 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 57896 invoked by uid 500); 3 Nov 2010 02:56:48 -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 57888 invoked by uid 99); 3 Nov 2010 02:56:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 02:56:47 +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; Wed, 03 Nov 2010 02:56:45 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA32uOJH007664 for ; Wed, 3 Nov 2010 02:56:24 GMT Message-ID: <12106890.211481288752984411.JavaMail.jira@thor> Date: Tue, 2 Nov 2010 22:56:24 -0400 (EDT) From: "Patrick Kling (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-2173) Race condition in TestBlockFixer causes intermittent failure In-Reply-To: <5064719.211441288752385396.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/MAPREDUCE-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12927721#action_12927721 ] Patrick Kling commented on MAPREDUCE-2173: ------------------------------------------ Review board: https://reviews.apache.org/r/25/ > Race condition in TestBlockFixer causes intermittent failure > ------------------------------------------------------------ > > Key: MAPREDUCE-2173 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2173 > Project: Hadoop Map/Reduce > Issue Type: Bug > Reporter: Patrick Kling > Attachments: MAPREDUCE-2173.patch > > > TestBlockFixer sometimes fails in reportCorruptBlocks because a corrupt block is deleted before in.readFully is called. This causes a BlockMissingException instead of the expected ChecksumException. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.