On Fair Size-Based Scheduling
Matteo Dell'Amico, Damiano Carra, and Pietro Michiardi

TL;DR
This paper introduces Pri, a family of size-based scheduling policies that ensure fairness and robustness to size estimation errors, along with PSBS, a practical, efficient implementation that performs well even with inaccurate size information.
Contribution
The paper proposes Pri, a flexible size-based scheduling framework with fairness guarantees, and PSBS, a practical, online, priority-aware scheduler resilient to size estimation errors.
Findings
Pri guarantees no job finishes later than in the reference scheduler.
PSBS operates efficiently with O(log n) complexity.
Performance remains close to optimal despite size estimation errors.
Abstract
By executing jobs serially rather than in parallel, size-based scheduling policies can shorten time needed to complete jobs; however, major obstacles to their applicability are fairness guarantees and the fact that job sizes are rarely known exactly a-priori. Here, we introduce the Pri family of size-based scheduling policies; Pri simulates any reference scheduler and executes jobs in the order of their simulated completion: we show that these schedulers give strong fairness guarantees, since no job completes later in Pri than in the reference policy. In addition, we introduce PSBS, a practical implementation of such a scheduler: it works online (i.e., without needing knowledge of jobs submitted in the future), it has an efficient O(log n) implementation and it allows setting priorities to jobs. Most importantly, unlike earlier size-based policies, the performance of PSBS degrades…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsScheduling and Optimization Algorithms · Distributed and Parallel Computing Systems · Real-Time Systems Scheduling
