Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 55721 invoked from network); 2 Dec 2009 05:09:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Dec 2009 05:09:44 -0000 Received: (qmail 56269 invoked by uid 500); 2 Dec 2009 05:09:44 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 56147 invoked by uid 500); 2 Dec 2009 05:09:44 -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 56060 invoked by uid 99); 2 Dec 2009 05:09:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2009 05:09:43 +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, 02 Dec 2009 05:09:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ABB63234C045 for ; Tue, 1 Dec 2009 21:09:20 -0800 (PST) Message-ID: <613795221.1259730560688.JavaMail.jira@brutus> Date: Wed, 2 Dec 2009 05:09:20 +0000 (UTC) From: "Chris Douglas (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1124) TestGridmixSubmission fails sometimes In-Reply-To: <1615380159.1256017019412.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/MAPREDUCE-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Douglas updated MAPREDUCE-1124: ------------------------------------- Attachment: M1124-3.patch * Refactored GridmixJob, et al. * TestGridmixSubmission passes reliably, as do new component tests. > TestGridmixSubmission fails sometimes > ------------------------------------- > > Key: MAPREDUCE-1124 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1124 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: contrib/gridmix > Affects Versions: 0.21.0 > Reporter: Amareshwari Sriramadasu > Assignee: Chris Douglas > Fix For: 0.21.0 > > Attachments: M1124-0.patch, M1124-1.patch, M1124-2.patch, M1124-3.patch, TEST-org.apache.hadoop.mapred.gridmix.TestGridmixSubmission.txt > > > TestGridmixSubmission fails sometimes with following error : > Mismatched output bytes 4547848/4561267 > junit.framework.AssertionFailedError: Mismatched output bytes 4547848/4561267 > at org.apache.hadoop.mapred.gridmix.TestGridmixSubmission$TestMonitor.check(TestGridmixSubmission.java:231) > at org.apache.hadoop.mapred.gridmix.TestGridmixSubmission$TestMonitor.verify(TestGridmixSubmission.java:140) > at org.apache.hadoop.mapred.gridmix.TestGridmixSubmission$DebugGridmix.checkMonitor(TestGridmixSubmission.java:263) > at org.apache.hadoop.mapred.gridmix.TestGridmixSubmission.testSubmit(TestGridmixSubmission.java:297) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.