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

Consider introducing a ScalarResourceQuantity protobuf message.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • HTTP API

    Description

      As part of introducing quota limits, we're adding a new master::Call for updating quota. This call can take a simplified message that expresses scalar resource quantities:

      message ScalarResourceQuantity {
        required string name;
        required Value::Scalar quantity;
      }
      

      This greatly simplified the validation code, as well as the UX of the API when it comes to knowing what kind of data to provide.

      Ideally, the new quota paths can use this message in lieu of Resource objects, but we'll have to explore backwards compatibility (e.g. registry data).

      Attachments

        Issue Links

          Activity

            People

              mzhu Meng Zhu
              bmahler Benjamin Mahler
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: