[
https://issues.apache.org/jira/browse/AMBARI-21416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16076860#comment-16076860
]
Hudson commented on AMBARI-21416:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #7734 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/7734/])
AMBARI-21416 Unable to Click on Stack Installation Details During (atkach:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=88cba7fbd1842c6e87eec010a00653bcedbfac65])
* (edit)
ambari-web/test/views/main/admin/stack_upgrade/upgrade_version_box_view_test.js
* (edit)
ambari-web/app/views/main/admin/stack_upgrade/upgrade_version_box_view.js
* (edit)
ambari-web/test/controllers/main/admin/stack_and_upgrade_controller_test.js
* (edit) ambari-web/app/controllers/main/admin/stack_and_upgrade_controller.js
> Unable to Click on Stack Installation Details During Installation
> -----------------------------------------------------------------
>
> Key: AMBARI-21416
> URL: https://issues.apache.org/jira/browse/AMBARI-21416
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.5.2
> Reporter: Andrii Tkach
> Assignee: Andrii Tkach
> Priority: Blocker
> Fix For: trunk, 2.5.2
>
> Attachments: AMBARI-21416_branch-2.5.2.patch, AMBARI-21416.patch
>
>
> When deploying a stack whose name is different than the currently installed
> stack, the installation progress is not displayed in the stacks & versions
> page.
> STR:
> - Install a non-HDP stack
> - Register a VDF for HDP 2.6
> - Issue a REST command to deploy the stack:
> {code}
> POST api/v1/clusters/c1/stack_versions
> {
> "ClusterStackVersions": {
> "stack": "HDP",
> "version": "2.6",
> "repository_version": "2.6.0.0-334",
> "ignore_package_dependencies": "true"
> }
> }
> {code}
> - While the operation is running, try to click on the word "Installing"
> The below error is caught in the console:
> {code}
> VM614:1 XHR finished loading: POST
> "http://c6401.ambari.apache.org:8080/api/v1/persist".
> (anonymous) @ VM614:1
> send @ vendor.js:108
> ajax @ vendor.js:108
> send @ app.js:175768
> postUserPref @ app.js:69670
> saveErrorLogs @ app.js:2175
> window.onerror @ app.js:2121
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)