Multiple replicas #13
Labels
No labels
deferred
waiting-on-julian
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jlxq0/typst-mcp#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Migrated from
Plan.md's "Deferred (do not drift into these)" section when that file was retired; open work belongs in issues, not in a file with no state. Nothing here is scheduled and no decision has been taken. Do not start it without an explicit go.One replica,
Recreaterollout, RWO PVC. The storage quota code assumes a single writer: quota check and commit are one serialized transaction holding the index lock through check, atomic write, metadata update and accounting. A second replica breaks that assumption silently, not loudly, so this is not areplicas: 2change.It needs shared storage (see the object-storage issue) and a quota design that survives concurrent writers in separate processes.