[
https://issues.apache.org/jira/browse/TEZ-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14377310#comment-14377310
]
Hitesh Shah commented on TEZ-2204:
----------------------------------
Comments:
{code}
// don't handle events if DAGAppMaster is in the state of STOPPED,
720 // otherwise there may be dead-lock happen. TEZ-2204
721 if (DAGAppMaster.this.getServiceState() == STATE.STOPPED) {
722 return;
723 }
{code}
Can you add a log message to identify what events are being received after the
AM is stopped?
+1 after the above comment is addressed.
> TestAMRecovery increasingly flaky on jenkins builds.
> -----------------------------------------------------
>
> Key: TEZ-2204
> URL: https://issues.apache.org/jira/browse/TEZ-2204
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Hitesh Shah
> Assignee: Jeff Zhang
> Attachments: TEZ-2204-1.patch, TEZ-2204-2.patch, TEZ-2204-3.patch,
> TEZ-2204-4.patch
>
>
> In recent pre-commit builds and daily builds, there seem to have been some
> occurrences of TestAMRecovery failing or timing out.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)