Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 44912 invoked from network); 4 Sep 2009 16:54:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Sep 2009 16:54:20 -0000 Received: (qmail 47525 invoked by uid 500); 4 Sep 2009 16:54:20 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 47488 invoked by uid 500); 4 Sep 2009 16:54:20 -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 47476 invoked by uid 99); 4 Sep 2009 16:54:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 16:54:20 +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; Fri, 04 Sep 2009 16:54:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 03CF5234C495 for ; Fri, 4 Sep 2009 09:53:58 -0700 (PDT) Message-ID: <1249076509.1252083238014.JavaMail.jira@brutus> Date: Fri, 4 Sep 2009 09:53:58 -0700 (PDT) From: "Hairong Kuang (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Updated: (HDFS-586) TestBlocksWithNotEnoughRacks fails In-Reply-To: <719804229.1251861152713.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-586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HDFS-586: ------------------------------- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available) I've committed this with a minor change. I changed the sleeping period from 2000ms to 600ms. This should reduce the uneccessary waiting time. Thanks Jitendra! > TestBlocksWithNotEnoughRacks fails > ---------------------------------- > > Key: HDFS-586 > URL: https://issues.apache.org/jira/browse/HDFS-586 > Project: Hadoop HDFS > Issue Type: Bug > Components: test > Affects Versions: 0.21.0 > Reporter: Hairong Kuang > Assignee: Jitendra Nath Pandey > Fix For: 0.21.0 > > Attachments: HDFS-586.1.patch, HDFS-586.2.patch > > > TestBlocksWithNotEnoughRacks failed with the following error on my Mac laptop: > {noformat} > Testcase: testUnderReplicatedNotEnoughRacks took 33.209 sec > FAILED > null > junit.framework.AssertionFailedError: null > at org.apache.hadoop.hdfs.server.namenode.TestBlocksWithNotEnoughRacks.testUnderReplicatedNotEnoughRacks(TestBlocksWithNotEnoughRacks.java:127) > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.