Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ thing: losing the node loses the state, so you need membership, a global registr
Catalyst's state is not in the process — it is in the log, and `resume(id)` can reconstitute it
anywhere. Solving the weaker problem is what lets the operational story be this small.

> The full set of Gumbo defects and missing primitives this design depends on — with the evidence for
> each, a suggested order, and the tests that would have caught them — is written up separately in
> [`gumbo-requirements.md`](gumbo-requirements.md).

## Prerequisite: Gumbo is not multi-writer safe today

This was measured, not assumed. Two JVMs were pointed at one Gumbo directory and each appended three
Expand Down
Loading
Loading