You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Devaraj K (JIRA)" <ji...@apache.org> on 2014/11/18 17:40:35 UTC

[jira] [Updated] (MAPREDUCE-6049) AM JVM does not exit if MRClientService gracefull shutdown fails

     [ https://issues.apache.org/jira/browse/MAPREDUCE-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Devaraj K updated MAPREDUCE-6049:
---------------------------------
    Fix Version/s: 2.7.0
     Hadoop Flags: Reviewed

+1, Patch looks good to me. Will commit it shortly.

> AM JVM does not exit if MRClientService gracefull shutdown fails
> ----------------------------------------------------------------
>
>                 Key: MAPREDUCE-6049
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6049
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: applicationmaster, resourcemanager
>    Affects Versions: 2.5.0
>            Reporter: Nishan Shetty
>            Assignee: Rohith
>             Fix For: 2.7.0
>
>         Attachments: AM_ThreadDump.td, MAPREDUCE-6049.1.patch, MAPREDUCE-6049.patch, MAPREDUCE-6049.patch
>
>
> Eventhough job got FAILED, AM process still not exiting
> ThreadDump of AM process is below
> {noformat}
> "Job Fail Wait Timeout Monitor #0" daemon prio=10 tid=0x0000000000aa9000 nid=0x41fa waiting on condition [0x00007f0e0d1d0000]
>    java.lang.Thread.State: WAITING (parking)
> 	at sun.misc.Unsafe.park(Native Method)
> 	- parking to wait for  <0x00000000c104c688> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
> 	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
> 	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
> 	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
> 	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> 	at java.lang.Thread.run(Thread.java:745)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)