Uploaded image for project: 'Oozie'
  1. Oozie
  2. OOZIE-1693

UI timeout while loading job table

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.1.0
    • None
    • None

    Description

      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";
      
      

      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.

      Attachments

        1. OOZIE-1693.patch
          1 kB
          Purshotam Shah

        Activity

          People

            puru Purshotam Shah
            puru Purshotam Shah
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: