Hive Hive
Sign in

Faster cold mesh bootstrap and replication recovery in Kura

Metadata
Source
GitHub
Version
kura@0.10.13
Domains
Published
Jun 26, 2026 · 11:24 UTC
Repository
tuist/tuist
Update

Kura now batches segment durability fsyncs across concurrent artifact writes instead of performing one fsync per write. This removes the serialization bottleneck on the write path, so a fresh node bootstrapping into a cache mesh and a degraded mesh recovering from a replication storm both finish materially faster, especially when many artifacts are written at once.