Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1B5D6200BBB for ; Thu, 27 Oct 2016 08:07:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1A1D1160AFD; Thu, 27 Oct 2016 06:07:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 61878160AEE for ; Thu, 27 Oct 2016 08:06:59 +0200 (CEST) Received: (qmail 43830 invoked by uid 500); 27 Oct 2016 06:06:58 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 43819 invoked by uid 99); 27 Oct 2016 06:06:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2016 06:06:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 51C552C0D55 for ; Thu, 27 Oct 2016 06:06:58 +0000 (UTC) Date: Thu, 27 Oct 2016 06:06:58 +0000 (UTC) From: "Yussuf Shaikh (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-6801) Fix flaky TestKill.testKillJob() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 27 Oct 2016 06:07:00 -0000 [ https://issues.apache.org/jira/browse/MAPREDUCE-6801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15610814#comment-15610814 ] Yussuf Shaikh commented on MAPREDUCE-6801: ------------------------------------------ Please check comment on MAPREDUCE-6802 for ppc, tried this on x86 multiple times and it did not fail. But fails around 2 times out of 10 on Power-RHEL machine. > Fix flaky TestKill.testKillJob() > -------------------------------- > > Key: MAPREDUCE-6801 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-6801 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2 > Affects Versions: 3.0.0-alpha1 > Reporter: Haibo Chen > Assignee: Haibo Chen > > TestKill.testKillJob often fails for the same reason with the following error message: > {code} > 1 tests failed. > FAILED: org.apache.hadoop.mapreduce.v2.app.TestKill.testKillJob > Error Message: > Task state not correct expected: but was: > Stack Trace: > java.lang.AssertionError: Task state not correct expected: but was: > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:743) > at org.junit.Assert.assertEquals(Assert.java:118) > at org.apache.hadoop.mapreduce.v2.app.TestKill.testKillJob(TestKill.java:84) > {code} > The root cause is that when the job is in KILLED state from an external view, TaskKillEvents and TaskAttemptKillEvents placed on the event loop queue may not have been processed by the dispatcher thread. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: mapreduce-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: mapreduce-issues-help@hadoop.apache.org