Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More linearizable register docs #102167

Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,9 @@ between versions. The request parameters and response format depend on details
of the implementation so may also be different in newer versions.

The analysis comprises a number of blob-level tasks, as set by the `blob_count`
parameter. The blob-level tasks are distributed over the data and
master-eligible nodes in the cluster for execution.
parameter, and a number of compare-and-exchange operations on linearizable
registers. These tasks are distributed over the data and master-eligible nodes
in the cluster for execution.

For most blob-level tasks, the executing node first writes a blob to the
repository, and then instructs some of the other nodes in the cluster to
Expand Down