You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Akhil S Naik (JIRA)" <ji...@apache.org> on 2019/05/08 05:04:00 UTC

[jira] [Resolved] (AMBARI-25272) Ambari UI default Ajax Timeout is 3 minutes but some operations in server can take more than that

     [ https://issues.apache.org/jira/browse/AMBARI-25272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akhil S Naik resolved AMBARI-25272.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 2.7.4

> Ambari UI default Ajax Timeout is 3 minutes but some operations in server can take more than that
> -------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-25272
>                 URL: https://issues.apache.org/jira/browse/AMBARI-25272
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.7.3
>            Reporter: Akhil S Naik
>            Assignee: Akhil S Naik
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.7.4
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Problem Statement :  Ambari UI code has set timeout for all the AJAX calls as 3 minutes ( 180000 ms) , but some operations like Deploy Cluster, Save Configs after validation can take upto 3 minutes , which willl cause UI to stall the request after 3 minutes and further blocking the code flow.
> Code reference : https://github.com/apache/ambari/blob/0a271d4a6ed22120b3a841b5c2ca800fcd8952cc/ambari-web/app/config.js#L35
> Proposed Solution : increase the Ajax timeout to 5 minutes



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)