Files
Kim Altintop 44c6544ea9 durability: Make local History truly read-only (#5497)
`Commitlog::open` may perform repairs, which can be catastrophic if
access is not externally guaranteed to be mutually exclusive.

Instead of allowing to view `Commitlog` as a `History`, implement a
`LocalHistory` that is guaranteed to be read-only.

# Expected complexity level and risk

1.5

# Testing

Should pass existing tests.

---------

Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org>
Co-authored-by: Shubham Mishra <shivam828787@gmail.com>
2026-07-14 15:46:35 +00:00
..
2026-07-01 14:38:34 +00:00
2025-08-12 18:20:58 +00:00