You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/11/05 01:50:27 UTC

[jira] [Commented] (AMBARI-13722) Confusing message is shown when there are service check failures that have been skipped during RU

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

Hudson commented on AMBARI-13722:
---------------------------------

FAILURE: Integrated in Ambari-branch-2.1 #801 (See [https://builds.apache.org/job/Ambari-branch-2.1/801/])
AMBARI-13722. Confusing message is shown when there are service check (ncole: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=36681a57e8cbda3ce9530e49e90426df6a91e2ef])
* ambari-server/src/main/java/org/apache/ambari/server/metadata/ActionMetadata.java
* ambari-server/src/test/java/org/apache/ambari/server/serveraction/upgrades/AutoSkipFailedSummaryActionTest.java
* ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/AutoSkipFailedSummaryAction.java


> Confusing message is shown when there are service check failures that have been skipped during RU
> -------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-13722
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13722
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.1.3
>            Reporter: Dmitry Lysnichenko
>            Assignee: Dmitry Lysnichenko
>             Fix For: 2.1.3
>
>         Attachments: AMBARI-13722.patch
>
>
> When failures are skipped in the Upgrade Wizard, there's a manual confirmation step that is injected.
> {code}
> "Manual steps required"
> Verifying Skipped Failures
> [ ] I have performed the manual steps above.
> [Pause Upgrade] [Proceed]  <- [Downgrade] was missing, but that's a different issue
> {code}
> This doesn't really make sense to the end user.
> So the full scope if this jira becomes changes to structuredOut to incorporate auto-skipped detail (hosts and services/components) and failures (hosts and services/components)
> {code}
> {
> "failures":{
> "service_check":[
> "ZOOKEEPER"
> ],
> "host_component":{
> "host1.vm":[
> {
> "component":"DATANODE"
> }
> ],
> "host2.vm":[
> {
> "component":"DATANODE"
> }
> ]
> }
> },
> "skipped":[
> "service_check",
> "host_component"
> ]
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)