Nishan Shetty created MAPREDUCE-6049:
----------------------------------------

             Summary: AM process continue to run even if job FAILED
                 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


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.2#6252)

Reply via email to