[
https://issues.apache.org/jira/browse/AMBARI-13722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14990835#comment-14990835
]
Hudson commented on AMBARI-13722:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #3773 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3773/])
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=da7d926e06dcced337d6f1c2a1d6746677fc586e])
*
ambari-server/src/main/java/org/apache/ambari/server/metadata/ActionMetadata.java
*
ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/AutoSkipFailedSummaryAction.java
*
ambari-server/src/test/java/org/apache/ambari/server/serveraction/upgrades/AutoSkipFailedSummaryActionTest.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)