CMU-CS-17-109
Computer Science Department
School of Computer Science, Carnegie Mellon University



CMU-CS-17-109

Scheduling for Efficiency and Fairness in
Systems with Redundancy

Kristen Gardner, Mor Harchol-Balter, Esa Hyytiä*, Rhonda Righter**

April 2017

CMU-CS-17-109.pdf


Keywords: Redundancy, Replication, Parallel servers, Scheduling, Least Redundant First, LRF, Primaries First

Server-side variability–the idea that the same job can take longer to run on one server than another due to server-dependent factors–is an increasingly important concern in many queueing systems. One strategy for overcoming server-side variability to achieve low response time is redundancy, under which jobs create copies of themselves and send these copies to multiple different servers, waiting for only one copy to complete service. Most of the existing theoretical work on redundancy has focused on developing bounds, approximations, and exact analysis to study the response time gains offered by redundancy. However, response time is not the only important metric in redundancy systems: the system should also be fair in the sense that no job class should have a worse mean response time in the system with redundancy than it did in the system before redundancy is allowed.

In this paper we use scheduling to address the simultaneous goals of (1) achieving low response time and (2) maintaining fairness across job classes. We develop new exact analysis for per-class response time under First-Come First-Served (FCFS) scheduling for a general type of system structure; our analysis shows that FCFS can be unfair in that it can hurt non-redundant jobs. We then introduce the Least Redundant First (LRF) scheduling policy, which we prove is optimal with respect to overall system response time, but which can be unfair in that it can hurt the jobs that become redundant. Finally, we introduce the Primaries First (PF) scheduling policy, which is provably fair and also achieves excellent overall mean response time

38 pages

*Department of Computer Science, University of Iceland, Reykjavik, Iceland
**Department of Industrial Engineering and Operations Research, University of California, Berkeley



Return to: SCS Technical Report Collection
School of Computer Science

This page maintained by reports@cs.cmu.edu