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

Reservation may not be allocated when the role has no quota.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • 1.4.2, 1.5.0
    • allocation
    • Mesosphere Sprint 70
    • 3

    Description

      Reservations that belong to a role that has no quota may not be allocated even when the reserved resources are allocatable to the role.

      This is because in the current implementation the reserved resources may be counted towards the headroom left for unallocated quota limit in the second stage allocation.

      https://github.com/apache/mesos/blob/c844db9ac7c0cef59be87438c6781bfb71adcc42/src/master/allocator/mesos/hierarchical.cpp#L1764-L1767

      Roles with quota do not have this issue because currently their reservations are taken care of in the first stage.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: