-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
At this early development stage, we only support two operations in example state machine -- read and write.
If you run "-race" and detect that races are coming from the read & write conflicts, it's not a race at all. The state machine will guarantee that:
- No write & write race condition. Conflicted write operations are Async-Linearizable to each other.
- Read and write concurrency is expected. It's stale read.
Metadata
Metadata
Assignees
Labels
No labels