[
https://issues.apache.org/jira/browse/TEZ-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14902061#comment-14902061
]
Sreenath Somarajapuram commented on TEZ-2843:
---------------------------------------------
1. Wouldn't it be better to stop polling on failure?
2. Trailing space at the end of "Failed To get in progress status. Manually
refresh to update status",
3. Is this change required
{code}
- amInfoUpdateService = App.Helpers.Pollster.create({
+ amInfoUpdateService = App.Helpers.Pollster.createWithMixins({
onPoll: function() {
that.updateAMDagInfo();
that.updateAMVerticesInfo();
- }
+ },
{code}
> Tez UI: Show error if in progress fails due to AM not reachable
> ---------------------------------------------------------------
>
> Key: TEZ-2843
> URL: https://issues.apache.org/jira/browse/TEZ-2843
> Project: Apache Tez
> Issue Type: Sub-task
> Components: UI
> Reporter: Prakash Ramachandran
> Assignee: Prakash Ramachandran
> Attachments: TEZ-2843.1.patch
>
>
> currently the in progress update can fail when the AM finishes, but no
> feedback is given to the user regarding the same.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)