[
https://issues.apache.org/jira/browse/AMBARI-15678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15254906#comment-15254906
]
Hudson commented on AMBARI-15678:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #4718 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/4718/])
AMBARI-15678: YARN service_check doesn't fail when application status is
(jluniya:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=108a1209b4724f365bc53da55919d544dcff70bd])
*
ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/service_check.py
> YARN service_check doesn't fail when application status is not reasonable
> -------------------------------------------------------------------------
>
> Key: AMBARI-15678
> URL: https://issues.apache.org/jira/browse/AMBARI-15678
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: trunk
> Environment: CentOS 6.5
> Reporter: Masahiro TANAKA
> Assignee: Jayush Luniya
> Labels: easyfix, patch-available
> Attachments: AMBARI-15678.patch, AMBARI-15678.v2.patch
>
>
> If yarn app state is not state or yarn app finalStatus is not succeeded, YARN
> service check should fail.
> But in the YARN
> [service_check.py|https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/service_check.py#L130],
> it doesn't fail because raise statement is in try block and there is only
> `pass` in except block.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)