You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Jason Lowe (JIRA)" <ji...@apache.org> on 2014/08/08 15:56:11 UTC

[jira] [Commented] (YARN-2398) TestResourceTrackerOnHA crashes

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

Jason Lowe commented on YARN-2398:
----------------------------------

System.exit is being called from the test, which is known to make surefire upset and fail the build.  From the test output, it looks like a scheduler event is being dispatched and the test didn't setup a handler for it:

{noformat}
2014-08-08 13:48:28,867 INFO  [AsyncDispatcher event handler] rmnode.RMNodeImpl (RMNodeImpl.java:handle(387)) - localhost:0 Node Transitioned from NEW to RUNNING
2014-08-08 13:48:28,867 FATAL [AsyncDispatcher event handler] event.AsyncDispatcher (AsyncDispatcher.java:dispatch(179)) - Error in dispatcher thread
java.lang.Exception: No handler for registered for class org.apache.hadoop.yarn.server.resourcemanager.scheduler.event.SchedulerEventType
        at org.apache.hadoop.yarn.event.AsyncDispatcher.dispatch(AsyncDispatcher.java:175)
        at org.apache.hadoop.yarn.event.AsyncDispatcher$1.run(AsyncDispatcher.java:106)
        at java.lang.Thread.run(Thread.java:724)
2014-08-08 13:48:28,868 INFO  [AsyncDispatcher event handler] event.AsyncDispatcher (AsyncDispatcher.java:dispatch(184)) - Exiting, bbye..
{noformat}

> TestResourceTrackerOnHA crashes
> -------------------------------
>
>                 Key: YARN-2398
>                 URL: https://issues.apache.org/jira/browse/YARN-2398
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Jason Lowe
>
> TestResourceTrackerOnHA is currently crashing and failing trunk builds.



--
This message was sent by Atlassian JIRA
(v6.2#6252)