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 D67C4200B72 for ; Fri, 26 Aug 2016 21:29:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D51C8160AB6; Fri, 26 Aug 2016 19:29:22 +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 2743C160AC7 for ; Fri, 26 Aug 2016 21:29:22 +0200 (CEST) Received: (qmail 53031 invoked by uid 500); 26 Aug 2016 19:29:21 -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 52895 invoked by uid 99); 26 Aug 2016 19:29:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Aug 2016 19:29:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id ADFC32C0159 for ; Fri, 26 Aug 2016 19:29:20 +0000 (UTC) Date: Fri, 26 Aug 2016 19:29:20 +0000 (UTC) From: "Jason Lowe (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-6768) TestRecovery.testSpeculative failed with NPE MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 26 Aug 2016 19:29:23 -0000 [ https://issues.apache.org/jira/browse/MAPREDUCE-6768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15439643#comment-15439643 ] Jason Lowe commented on MAPREDUCE-6768: --------------------------------------- bq. I guess I must be following some bad practice I have seen in the code base. It's not a terrible practice, just that I've been sensitive to unnecessarily long sleeps in unit tests lately. See the discussion at YARN-5393 for details. +1 pending Jenkins. The patch still can't be used as-is on other branches since JDK7 will want task1Attempt2 to be final for use in the inner class, but that's something I can easily fix during the commit. > TestRecovery.testSpeculative failed with NPE > -------------------------------------------- > > Key: MAPREDUCE-6768 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-6768 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2 > Reporter: Haibo Chen > Assignee: Haibo Chen > Attachments: mapreduce6768.001.patch, mapreduce6768.002.patch > > > 1 tests failed. > REGRESSION: org.apache.hadoop.mapreduce.v2.app.TestRecovery.testSpeculative > Error Message: > null > Stack Trace: > java.lang.NullPointerException: null > at org.apache.hadoop.mapreduce.v2.app.TestRecovery.testSpeculative(TestRecovery.java:1201) -- 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