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

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

Dmitry Lysnichenko created AMBARI-13722:
-------------------------------------------

             Summary: 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
            Reporter: Dmitry Lysnichenko
            Assignee: Dmitry Lysnichenko
         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)