Ticket #210 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Contingency scheduler is not work-conserving

Reported by: KevinLai Owned by: KevinLai
Priority: normal Milestone: 0.5.0 Usability and Reliability
Component: Auctioneer Version:
Severity: normal Keywords:
Cc:

Description

There are situations where the contingency scheduler does not allocate all of the resources. In particular, when a low bidder could use the resource, and a high bidder has restrictions on his max allocation. Solutions:

  • 2nd pass to allocate unallocated resources
    • each pay max bid, get min allocation until exhausted
  • rmin<ra+rb<rmax, rb becomes another variable

Change History

Changed 2 years ago by KevinLai

  • milestone changed from 1.0.0 to 0.4.2 Usability and Reliability

Changed 2 years ago by KevinLai

  • status changed from new to closed
  • resolution set to fixed

This is fixed in [e265b424400c]. Used the aid/aid priority concept.

Note: See TracTickets for help on using tickets.