English

BALLAST: Bandit-Assisted Learning for Latency-Aware Stable Timeouts in Raft

Machine Learning 2025-12-25 v1 Artificial Intelligence

Abstract

Randomized election timeouts are a simple and effective liveness heuristic for Raft, but they become brittle under long-tail latency, jitter, and partition recovery, where repeated split votes can inflate unavailability. This paper presents BALLAST, a lightweight online adaptation mechanism that replaces static timeout heuristics with contextual bandits. BALLAST selects from a discrete set of timeout "arms" using efficient linear contextual bandits (LinUCB variants), and augments learning with safe exploration to cap risk during unstable periods. We evaluate BALLAST on a reproducible discrete-event simulation with long-tail delay, loss, correlated bursts, node heterogeneity, and partition/recovery turbulence. Across challenging WAN regimes, BALLAST substantially reduces recovery time and unwritable time compared to standard randomized timeouts and common heuristics, while remaining competitive on stable LAN/WAN settings.

Keywords

Cite

@article{arxiv.2512.21165,
  title  = {BALLAST: Bandit-Assisted Learning for Latency-Aware Stable Timeouts in Raft},
  author = {Qizhi Wang},
  journal= {arXiv preprint arXiv:2512.21165},
  year   = {2025}
}

Comments

15 pages, 22 tables, 11 figures