Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 64659 invoked from network); 14 Oct 2009 22:58:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Oct 2009 22:58:54 -0000 Received: (qmail 85153 invoked by uid 500); 14 Oct 2009 22:58:54 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 85116 invoked by uid 500); 14 Oct 2009 22:58:54 -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 85063 invoked by uid 99); 14 Oct 2009 22:58:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Oct 2009 22:58:54 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Oct 2009 22:58:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7E215234C48D for ; Wed, 14 Oct 2009 15:58:31 -0700 (PDT) Message-ID: <1663811037.1255561111515.JavaMail.jira@brutus> Date: Wed, 14 Oct 2009 15:58:31 -0700 (PDT) From: "Konstantin Boudnik (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-706) Intermittent failures in TestFiHFlush In-Reply-To: <373463971.1255560511287.JavaMail.jira@brutus> 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-706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765802#action_12765802 ] Konstantin Boudnik commented on HDFS-706: ----------------------------------------- The failing tests are one of hFlushFi0[1-3]_a. Test cases failing with the following diagnostics: {noformat} FI: hFlushFi02_a, index=1, datanode=127.0.0.1:53701 org.apache.hadoop.util.DiskChecker$DiskErrorException: FI: hFlushFi02_a, index=1, datanode=127.0.0.1:53701 at org.apache.hadoop.fi.FiHFlushTestUtil$DerrAction.run(FiHFlushTestUtil.java:55) at org.apache.hadoop.fi.FiHFlushTestUtil$DerrAction.run(FiHFlushTestUtil.java:1) at org.apache.hadoop.fi.FiTestUtil$ActionContainer.run(FiTestUtil.java:66) at org.apache.hadoop.hdfs.HFlushAspects.ajc$after$org_apache_hadoop_hdfs_HFlushAspects$1$5141da0e(HFlushAspects.aj:54) at org.apache.hadoop.hdfs.DFSClient$DFSOutputStream.hflush(DFSClient.java:3515) at org.apache.hadoop.hdfs.TestHFlush.doTheJob(TestHFlush.java:112) at org.apache.hadoop.hdfs.TestFiHFlush.runDiskErrorTest(TestFiHFlush.java:53) at org.apache.hadoop.hdfs.TestFiHFlush.hFlushFi02_a(TestFiHFlush.java:109) {noformat} Index of an exception might differ. {{_a}} tests are writing a file where {{write()}} operation stays within a block boundary. {{write()}} is followed by {{hflush()}} call. {{hflush()}} has an injected fault, which throws {{DiskErrorException}} on one of the pipeline's nodes. If pipeline doesn't exist then the exception won't be thrown. Which was the case for these tests since the implementation of {{hflush()}}. Something has changed apparently. > Intermittent failures in TestFiHFlush > ------------------------------------- > > Key: HDFS-706 > URL: https://issues.apache.org/jira/browse/HDFS-706 > Project: Hadoop HDFS > Issue Type: Bug > Reporter: Konstantin Boudnik > > Running tests on a Linux box I've started seeing intermittent failures among TestFiHFlush test cases. > It turns out that occasional failures are observed on my laptop running BSD -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.