Skip to main content

Tag

#Machine Learning

3 entries

Sep 2024Parth Sinha, Elena Voronova, James WhitfieldACM Symposium on Operating Systems Principles (SOSP)

Adaptive Consensus Protocols Under Partial Synchrony

We present AdaptRaft, a variant of the Raft consensus algorithm that dynamically adjusts its timing parameters using a lightweight online learning model, reducing tail latency by up to 34% in geo-distributed deployments.

distributed systemsconsensusmachine learningRaft

Aug 2024

AdaptRaft

A modified Raft implementation with an online bandit learner that adapts election and heartbeat timeouts to observed network conditions. Companion codebase for the SOSP 2024 paper.

distributed systemsRaftGomachine learning

Jun 2023Parth SinhaWorkshop on ML for Systems (MLSys)

Learned Indices for Distributed Key-Value Stores

We explore the applicability of learned index structures to distributed key-value stores, demonstrating that model-based indices can reduce lookup latency by 22% with a modest increase in memory footprint on skewed workloads.

machine learningdistributed systemsindexingkey-value stores