[
https://issues.apache.org/jira/browse/AMBARI-18681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15649306#comment-15649306
]
Hudson commented on AMBARI-18681:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #5968 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/5968/])
AMBARI-18681. Add host structured_out to manual task for HOST_ORDERED (ncole:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=46891797c648639447d5a5404deb999e3cebf996])
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/state/UpgradeHelperTest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/state/stack/upgrade/HostOrderGrouping.java
> Add host structured_out to manual task
> --------------------------------------
>
> Key: AMBARI-18681
> URL: https://issues.apache.org/jira/browse/AMBARI-18681
> Project: Ambari
> Issue Type: Task
> Components: ambari-server
> Reporter: Nate Cole
> Assignee: Duc Anh Le
> Priority: Critical
> Fix For: 2.5.0
>
>
> For Host Ordered upgrades, add host information and type to the structured
> out. The response should contain:
> {noformat}
> "Tasks": {
> "attempt_cnt": 1,
> "cluster_name": "c1",
> "command": "EXECUTE",
> "command_detail": "All services have been stopped on
> c6401.ambari.apache.org. Please prepare the new host and then proceed.",
> "custom_command_name":
> "org.apache.ambari.server.serveraction.upgrades.ManualStageAction",
> "role": "AMBARI_SERVER_ACTION",
> ...
> "status": "HOLDING",
> "stderr": "",
> "stdout": "",
> "structured_out": {
> "type": "HOST_PREPARE"
> "host": "c6401.ambari.apache.org"
> }
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)