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

Rohini Palaniswamy updated OOZIE-1208:
--------------------------------------

    Fix Version/s:     (was: trunk)
                   3.3.2
         Assignee: Rohini Palaniswamy  (was: Mona Chitnis)
         Priority: Major  (was: Minor)

This is because this request times out if more than 20 seconds. Need to 
override timeout to a higher value like 300000 (5 minutes) as below.

{code}
Ext.Ajax.request({
                url: getOozieBase() + 'job/' + coordJobId + 
"?show=log&type=action&scope="+actionsList,
                timeout: 300000,
                success: function(response, request) {
                    processAndDisplayLog(response.responseText);
                },
{code}
                
> Oozie web-console when displaying Coord Job Log for an action gives Format 
> Error
> --------------------------------------------------------------------------------
>
>                 Key: OOZIE-1208
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1208
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk, 3.3.1
>            Reporter: Mona Chitnis
>            Assignee: Rohini Palaniswamy
>              Labels: web-console
>             Fix For: 3.3.2
>
>
> Format Error - "Action List format is wrong. Format should be similar to 
> 1,3-4,7-40", even after typing correct action number i.e. 1,2 etc.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to