This is an automated email from the ASF dual-hosted git repository.
ishanbha pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 6107459 [AMBARI-24077] Upgrade wizard shows incorrect host count if
there is failure on some host during any upgrade step.
6107459 is described below
commit 6107459bb6960d3315e508ff63ea573be4c93cc9
Author: Ishan Bhatt <[email protected]>
AuthorDate: Mon Jun 11 12:33:51 2018 -0700
[AMBARI-24077] Upgrade wizard shows incorrect host count if there is
failure on some host during any upgrade step.
---
ambari-web/app/utils/ajax/ajax.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ambari-web/app/utils/ajax/ajax.js
b/ambari-web/app/utils/ajax/ajax.js
index a0eeb3c..2c63c2f 100644
--- a/ambari-web/app/utils/ajax/ajax.js
+++ b/ambari-web/app/utils/ajax/ajax.js
@@ -1700,7 +1700,8 @@ var urls = {
'tasks/Tasks/role,' +
'tasks/Tasks/request_id,' +
'tasks/Tasks/stage_id,' +
- 'tasks/Tasks/status&' +
+ 'tasks/Tasks/status,' +
+ 'tasks/Tasks/structured_out&' +
'minimal_response=true',
'mock': '/data/stack_versions/upgrade_item.json'
},
--
To stop receiving notification emails like this one, please contact
[email protected].