[
https://issues.apache.org/jira/browse/AMBARI-8235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14204139#comment-14204139
]
Hudson commented on AMBARI-8235:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #886 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/886/])
AMBARI-8235. 'Retry' on start all services in security wizard does not show
progress. (jaimin) (jaimin:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=5ad48c755d5cf83d6406aa812ed1c67041217f0b)
* ambari-web/app/utils/polling.js
> 'Retry' on start all services in security wizard does not show progress
> -----------------------------------------------------------------------
>
> Key: AMBARI-8235
> URL: https://issues.apache.org/jira/browse/AMBARI-8235
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 1.5.1
> Reporter: Jaimin D Jetly
> Assignee: Jaimin D Jetly
> Priority: Critical
> Fix For: 1.7.0
>
> Attachments: AMBARI-8235.patch, AMBARI-8235_branch-1.7.0.patch,
> Screen Shot 2014-11-08 at 9.49.45 PM.png
>
>
> *STR:*
> # Go to security wizard ->Deploy step
> # Let Start Services command fail
> # Click on Start Services link. Go to Hosts->Tasks->Task Details (stdout and
> stderr) page for any task
> # Click on OK on task details page of the host_propgress_popup and get back
> to Deploy page of security wizard.
> # Click on Retry button.
> *Reason:*
> There is a code that updates the current task details page. This considers
> last seen task as the current task for doing dynamic update for the stdout
> and stderr information. Details of the last seen task keeps on updating on
> polling interval (or hitting retry) irrespective of it is still open or not.
> On the mentioned STR this code causes JS error because it tries to update the
> task details by finding it in the current request which when retried does not
> exist.
> *Solution:*
> Skip updating the current task details if the current taskId (last seen task)
> is not found in the current request.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)