Uploaded image for project: 'Aurora'
  1. Aurora
  2. AURORA-1049

Expose "blocked" update state due to no heartbeats

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • 0.8.0
    • Scheduler, UI
    • None

    Description

      We need to find a way to expose updates blocked due to lapsed heartbeats in the UI. Changing the update status is not desirable here as it's persisted and would interfere with the update state machine.

      Perhaps we can add a field into the JobUpdateDetails to be populated before returning it to the caller, e.g.:

      struct JobUpdateTransientInfo {
        1: bool blockedDueToMissedPulse;
      }
      
      struct JobUpdateDetails {
        ...
        4: JobUpdateTransientInfo transientInfo
      }
      

      Attachments

        Activity

          People

            maximk Maxim Khutornenko
            maximk Maxim Khutornenko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: