You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2019/04/22 13:18:00 UTC

[jira] [Commented] (AMBARI-25264) Service checks mentioned in HOU upgrade plan are run on the same node that was upgraded

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

Hudson commented on AMBARI-25264:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-branch-2.6 #736 (See [https://builds.apache.org/job/Ambari-branch-2.6/736/])
AMBARI-25264. Service checks mentioned in HOU upgrade plan are run on (github: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=a152b8debeb7dcc8f9a82394881881f301980478])
* (edit) ambari-server/src/main/java/org/apache/ambari/server/state/cluster/ClusterImpl.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/state/UpgradeContext.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariCustomCommandExecutionHelper.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/state/ServiceComponentImpl.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/controller/internal/UpgradeResourceProviderTest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/state/stack/upgrade/HostOrderGrouping.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/state/UpgradeHelperTest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/state/ServiceComponent.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/internal/UpgradeResourceProvider.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/state/stack/upgrade/HostOrderItem.java


> Service checks mentioned in HOU upgrade plan are run on the same node that was upgraded
> ---------------------------------------------------------------------------------------
>
>                 Key: AMBARI-25264
>                 URL: https://issues.apache.org/jira/browse/AMBARI-25264
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.6.2
>            Reporter: Myroslav Papirkovskyi
>            Assignee: Myroslav Papirkovskyi
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 2.6.2
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Now service checks are performed for any appropriate host during HOU. We should tune behaviour without API change to add some host selection restrictions.
> {code:java}
> [
> { "hosts": ["host1"], "service_checks": ["KAFKA", "ZOOKEEPER"] }
> ,
> { "hosts": ["host2"], "service_checks": ["ZOOKEEPER"] }
> ,
> { "hosts": ["host3", "host4"], "service_checks": ["CUSTOMSERVICE"] }
> ]
> {code}
>  - Each service check will be performed for all hosts from hosts section. e.g. CUSTOMSERVICE check will be run on both host3 and host4
>  - In case there is no service component on proposed host the upgrade request will be failed. This means that user should change upgrade plan and post it again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)