Uploaded image for project: 'Apache YuniKorn'
  1. Apache YuniKorn
  2. YUNIKORN-287

ask release can cause multiple reservations to be released

    XMLWordPrintableJSON

Details

    • 0.9

    Description

      complex scenario with multiple things going on:

      • one application with multiple pending requests
      • two or more pending requests are reserved
      • one of those reserved pending requests is being allocated (scheduler is done, cache confirm is called async)
      • the request being allocated is cancelled by the shim in between the time the scheduler is done and the cache confirms

      The cancellation of the shim triggers an update and the cache update triggers an update. These two updates cause counters for the number of reservations to be decremented twice.

      The side effect is that the node that is reserved by the ask that is not removed will be skipped until that ask is allocated on a different node. If that takes a while (waiting for scale up for instance) then there will be an impact on scheduling.

      Attachments

        Activity

          People

            wilfreds Wilfred Spiegelenburg
            wilfreds Wilfred Spiegelenburg
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: