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 "Kihwal Lee (JIRA)" <ji...@apache.org> on 2012/06/29 18:14:44 UTC

[jira] [Commented] (MAPREDUCE-4387) RM gets fatal error and exits during TestRM

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

Kihwal Lee commented on MAPREDUCE-4387:
---------------------------------------

Here is the output from the test. Pardon the format. It was captured from directly running what surefire did.

{noformat}
3,0001,2012-06-29 08:32:03\u002C950 FATAL [ResourceManager Event Processor]
resourcemanager.ResourceManager (ResourceManager.java:run(327)) - Error in
handling event type APP_REMOVED to the
scheduler\norg.apache.hadoop.yarn.YarnException:
java.lang.InterruptedException\n\tat
org.apache.hadoop.yarn.event.AsyncDispatcher$GenericEventHandler.handle(AsyncDispatcher.java:184)\n\tat
org.apache.hadoop.yarn.server.resourcemanager.rmcontainer.RMContainerImpl$KillTransition.transition(RMContainerImpl.java:313)\n\tat
org.apache.hadoop.yarn.server.resourcemanager.rmcontainer.RMContainerImpl$KillTransition.transition(RMContainerImpl.java:303)\n\tat
org.apache.hadoop.yarn.state.StateMachineFactory$SingleInternalArc.doTransition(StateMachineFactory.java:357)\n\tat
org.apache.hadoop.yarn.state.StateMachineFactory.doTransition(StateMachineFactory.java:298)\n\tat
org.apache.hadoop.yarn.state.StateMachineFactory.access$300(StateMachineFactory.java:43)\n\tat
org.apache.hadoop.yarn.state.StateMachineFactory$InternalStateMachine.doTransition(StateMachineFactory.java:443)\n\tat
org.apache.hadoop.yarn.server.resourcemanager.rmcontainer.RMContainerImpl.handle(RMContainerImpl.java:200)\n\tat
org.apache.hadoop.yarn.server.resourcemanager.rmcontainer.RMContainerImpl.handle(RMContainerImpl.java:44)\n\tat
org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerApp.containerCompleted(SchedulerApp.java:203)\n\tat
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo.FifoScheduler.containerCompleted(FifoScheduler.java:711)\n\tat
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo.FifoScheduler.doneApplication(FifoScheduler.java:325)\n\tat
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo.FifoScheduler.handle(FifoScheduler.java:643)\n\tat
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo.FifoScheduler.handle(FifoScheduler.java:92)\n\tat
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$SchedulerEventDispatcher$EventProcessor.run(ResourceManager.java:325)\n\tat
java.lang.Thread.run(Thread.java:662)\nCaused by:
java.lang.InterruptedException\n\tat
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1199)\n\tat
java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:312)\n\tat
java.util.concurrent.LinkedBlockingQueue.put(LinkedBlockingQueue.java:294)\n\tat
org.apache.hadoop.yarn.event.AsyncDispatcher$GenericEventHandler.handle(AsyncDispatcher.java:181)\n\t...
15 more\n
3,0001,2012-06-29 08:32:03\u002C952 INFO  [ResourceManager Event Processor]
resourcemanager.ResourceManager (ResourceManager.java:run(331)) - Exiting\u002C
bbye..\n
{noformat}

                
> RM gets fatal error and exits during TestRM
> -------------------------------------------
>
>                 Key: MAPREDUCE-4387
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4387
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: resourcemanager
>    Affects Versions: 2.0.0-alpha
>            Reporter: Kihwal Lee
>             Fix For: 2.0.1-alpha, 3.0.0
>
>
> It doesn't happen on my desktop, but it happens frequently during the builds with clover enabled. Surefire will report it as fork failure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira