Skip to content

Fix read-only mode with separate WAL object store#359

Merged
Barre merged 1 commit intomainfrom
fix/readonly-wal-support
Mar 2, 2026
Merged

Fix read-only mode with separate WAL object store#359
Barre merged 1 commit intomainfrom
fix/readonly-wal-support

Conversation

@Barre
Copy link
Owner

@Barre Barre commented Mar 2, 2026

Let DbReader manage its own checkpoint via manifest polling instead of manually creating detached checkpoints and swapping readers. This removes the checkpoint refresh task entirely and uses the new DbReaderBuilder::with_wal_object_store() to pass the WAL store to readers in all modes (read-only, checkpoint).

Let DbReader manage its own checkpoint via manifest polling instead of manually creating detached checkpoints and swapping readers. This removes the checkpoint refresh task entirely and uses the new DbReaderBuilder::with_wal_object_store() to pass the WAL store to readers in all modes (read-only, checkpoint).
@vercel
Copy link

vercel bot commented Mar 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
zerofs Building Building Preview, Comment Mar 2, 2026 9:51am

@Barre Barre merged commit 061543b into main Mar 2, 2026
26 of 29 checks passed
@Barre Barre deleted the fix/readonly-wal-support branch March 2, 2026 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant