Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-9816

Add draining state information to master state endpoints

    XMLWordPrintableJSON

Details

    • Mesos Foundations: RI-16 Sp 50
    • 3

    Description

      The response for GET_STATE and GET_AGENTS should include the new fields indicating deactivation or draining states:

      message Response {
        . . .
      
        message GetAgents {
          message Agent {
            . . .
      
            optional bool deactivated = 12;
            optional DrainInfo drain_info = 13;
      
            . . .
          }
        }
        . . .
      }
      

      The /state and /state-summary handlers should also expose this information.

      Attachments

        Issue Links

          Activity

            People

              greggomann Greg Mann
              kaysoky Joseph Wu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: