[
https://issues.apache.org/jira/browse/YARN-4756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15178420#comment-15178420
]
Hadoop QA commented on YARN-4756:
---------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 0s
{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 4s {color}
| {color:red} YARN-4756 does not apply to trunk. Rebase required? Wrong Branch?
See https://wiki.apache.org/hadoop/HowToContribute for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12791229/YARN-4756.001.patch |
| JIRA Issue | YARN-4756 |
| Console output |
https://builds.apache.org/job/PreCommit-YARN-Build/10700/console |
| Powered by | Apache Yetus 0.3.0-SNAPSHOT http://yetus.apache.org |
This message was automatically generated.
> Unnecessary wait in Node Status Updater during reboot
> -----------------------------------------------------
>
> Key: YARN-4756
> URL: https://issues.apache.org/jira/browse/YARN-4756
> Project: Hadoop YARN
> Issue Type: Improvement
> Reporter: Eric Badger
> Assignee: Eric Badger
> Attachments: YARN-4756.001.patch
>
>
> The startStatusUpdater thread waits for the isStopped variable to be set to
> true, but it is waiting for the next heartbeat. During a reboot, the next
> heartbeat will not come and so the thread waits for a timeout. Instead, we
> should notify the thread to continue so that it can check the isStopped
> variable and exit without having to wait for a timeout.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)