[
https://issues.apache.org/jira/browse/OOZIE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
purshotam shah reassigned OOZIE-1693:
-------------------------------------
Assignee: purshotam shah
> UI timeout while loading job table
> ----------------------------------
>
> Key: OOZIE-1693
> URL: https://issues.apache.org/jira/browse/OOZIE-1693
> Project: Oozie
> Issue Type: Bug
> Reporter: purshotam shah
> Assignee: purshotam shah
> Attachments: OOZIE-1693.patch
>
>
> {code:java}
> var jobs_store = new Ext.data.JsonStore({
> baseParams: {
> filter: "status=RUNNING",
> timezone: getTimeZone()
> },
> idProperty: 'id',
> totalProperty: 'total',
> autoLoad: true,
> root: 'workflows',
> fields: ['appPath', 'appName', 'id', 'conf', 'status', {name:
> 'createdTime', sortType: Ext.data.SortTypes.asDate}, {name: 'startTime',
> sortType: Ext.data.SortTypes.asDate}, {name: 'lastModTime', sortType:
> Ext.data.SortTypes.asDate}, {name: 'endTime', sortType:
> Ext.data.SortTypes.asDate}, 'user', 'group', 'run', 'actions'],
> proxy: new Ext.data.HttpProxy({
> url: getOozieBase() + 'jobs'
> })
> });
> jobs_store.proxy.conn.method = "GET";
> {code}
> Default time out for proxy component is 30000(30 sec).
> UI job table load fails if Oozie server or DB have high load and request
> takes more than 30sec.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)