Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-3808

RestAPI /api/jobs always returns 0 for exec_start_time and exec_end_time and exec_interrupt_time fields

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • v2.5.2
    • v2.6.2
    • REST Service
    • None

    Description

      GET http://kylin-host:7070/kylin/api/jobs?cubeName=xxx&timeFilter=0&offset=0&limit=10000

      [
          {
              "uuid":"a89cf2d4-caaf-21fe-5cb9-63f1725d0e02",
              "last_modified":1549917430155,
              "version":"2.5.2.20500",
              "name":"BUILD CUBE - xxxx- 20190211000000_20190212000000 - GMT+08:00 2019-02-12 04:10:32",
              "type":"BUILD",
              "duration":1583,
              "related_cube":"xxxx",
              "display_cube_name":"xxxx",
              "related_segment":"898fc7c8-5e30-927c-da26-816ab4dbff08",
              "exec_start_time":0,
              "exec_end_time":0,
              "exec_interrupt_time":0,
              "mr_waiting":179,

      ......

       

       exec_start_time, exec_end_time and exec_interrupt_time fields always return 0

      Attachments

        Activity

          People

            mailpig yaozq
            mailpig yaozq
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: