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

Need to fix resource check in long-lived framework

    XMLWordPrintableJSON

Details

    • Mesosphere Sprint 53
    • 2

    Description

      The multi-role changes in Mesos changed the implementation of `Resources::contains`.

      This results in the search for a given resource to be performed only for unallocated resources.
      For allocated resources the search is actually performed only for a given role.

      Due to this change the resource check in both the long-lived framework are failing leading to these frameworks not launching any tasks.

      The fix would be to unallocate all resources in a given offer and than do the `contains` check.

      Attachments

        Activity

          People

            mcypark Michael Park
            avinash.mesos Avinash Sridharan
            Joseph Wu Joseph Wu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: