[ 
https://issues.apache.org/jira/browse/MAPREDUCE-7053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16464977#comment-16464977
 ] 

Yongjun Zhang commented on MAPREDUCE-7053:
------------------------------------------

HI [~eepayne],

Thanks for the work here. I noticed that you reverted it from 3.0.2, but per 
your comment above, it's in branch-3.0.1.
{code:java}
commit 6b23e5dc24f92a1bebdd0af7877b33ee452c1842
Author: Eric Payne <epa...@apache.org>
Date: Fri Feb 16 09:11:14 2018 -0600

Revert "MAPREDUCE-7053: Timed out tasks can fail to produce thread dump. 
Contributed by Jason Lowe."

This reverts commit a881a89f02434d8ada2ea6784cfd90de67fcc7bd.

commit a881a89f02434d8ada2ea6784cfd90de67fcc7bd
Author: Eric Payne <epa...@apache.org>
Date: Fri Feb 16 08:15:09 2018 -0600

MAPREDUCE-7053: Timed out tasks can fail to produce thread dump. Contributed by 
Jason Lowe.

(cherry picked from commit 82f029f7b50679ea477a3a898e4ee400fa394adf)

{code}
 

Any concern so to remove it from 3.0.2?

Thanks [~eddyxu] for changing the Fixed Version to 3.0.3.

 

 

> Timed out tasks can fail to produce thread dump
> -----------------------------------------------
>
>                 Key: MAPREDUCE-7053
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7053
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 3.1.0, 3.0.1, 2.10.0, 2.9.1, 2.8.4
>            Reporter: Jason Lowe
>            Assignee: Jason Lowe
>            Priority: Major
>             Fix For: 3.1.0, 2.10.0, 2.9.1, 2.8.4, 3.0.3
>
>         Attachments: MAPREDUCE-7053-branch-2.001.patch, 
> MAPREDUCE-7053.001.patch
>
>
> TestMRJobs#testThreadDumpOnTaskTimeout has been failing sporadically 
> recently.  When the AM times out a task it immediately removes it from the 
> list of known tasks and then connects to the NM to request a thread dump 
> followed by a kill.  If the task heartbeats in after the task has been 
> removed from the list of known tasks but before the thread dump signal 
> arrives then the task can exit with a "org.apache.hadoop.mapred.Task: Parent 
> died." message and no thread dump.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org

Reply via email to