Skip to content

Concurrency Guarantees #130

@hongchaodeng

Description

@hongchaodeng

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:

  1. No write & write race condition. Conflicted write operations are Async-Linearizable to each other.
  2. Read and write concurrency is expected. It's stale read.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions