home/Publications/GZDHHS15

K. Gardner, S. Zbarsky, S. Doroudi, M. Harchol-Balter, E. Hyytiä and A. Scheller-Wolf, Reducing Latency via Redundant Requests: Exact Analysis, ACM SIGMETRICS Performance Evaluation Review, vol. 43, pp. 347-360, 2015, Portland, Oregon, (ACM SIGMETRICS/Performance conference).

Abstract: Recent computer systems research has proposed using redundant requests to reduce latency. The idea is to run a request on multiple servers and wait for the first completion (discarding all remaining copies of the request). However there is no exact analysis of systems with redundancy. This paper presents the first exact analysis of systems with redundancy. We allow for any number of classes of redundant requests, any number of classes of non-redundant requests, any degree of redundancy, and any number of heterogeneous servers. In all cases we derive the limiting distribution on the state of the system. In small (two or three server) systems, we derive simple forms for the distribution of response time of both the redundant classes and non-redundant classes, and we quantify the gain to redundant classes and pain to non-redundant classes caused by redundancy. We find some surprising results. First, the response time of a fully redundant class follows a simple Exponential distribution and that of the non-redundant class follows a Generalized Hyperexponential. Second, fully redundant classes are immune to any pain caused by other classes becoming redundant. We also compare redundancy with other approaches for reducing latency, such as optimal probabilistic splitting of a class among servers (Opt-Split) and Join-the-Shortest-Queue (JSQ) routing of a class. We find that, in many cases, redundancy outperforms JSQ and Opt-Split with respect to overall response time, making it an attractive solution.

Links: DOI (pdf)

BibTeX entry:

@article{gardner-sigmetrics-2015,
  title = {Reducing Latency via Redundant Requests: Exact Analysis},
  author = {Kristen Gardner and Samuel Zbarsky and Sherwin Doroudi and Mor Harchol-Balter and Esa Hyyti{\"a} and Alan Scheller-Wolf},
  journal = {{ACM} {SIGMETRICS} Performance Evaluation Review},
  volume = {43},
  issue = {1},
  pages = {347--360},
  year = {2015},
  month = {Jun.},
  doiopt = {10.1145/2796314.2745873},
  note = {({ACM} {SIGMETRICS}/Performance conference)},
  address = {Portland, Oregon}
}