Commit 4b6e933e authored by Evan Read's avatar Evan Read

Merge branch 'docs-clarify-gitaly-praefect-strong-consistency-availability' into 'master'

Docs: Clarify strong consistency's availability in Gitaly/Praefect

See merge request gitlab-org/gitlab!52560
parents dc6f1dad 0bd72599
...@@ -1019,9 +1019,8 @@ Praefect guarantees eventual consistency by replicating all writes to secondary ...@@ -1019,9 +1019,8 @@ Praefect guarantees eventual consistency by replicating all writes to secondary
after the write to the primary Gitaly node has happened. after the write to the primary Gitaly node has happened.
Praefect can instead provide strong consistency by creating a transaction and writing Praefect can instead provide strong consistency by creating a transaction and writing
changes to all Gitaly nodes at once. Strong consistency is currently in changes to all Gitaly nodes at once.
[alpha](https://about.gitlab.com/handbook/product/gitlab-the-product/#alpha-beta-ga) and not enabled by If enabled, transactions are only available for a subset of RPCs. For more
default. If enabled, transactions are only available for a subset of RPCs. For more
information, see the [strong consistency epic](https://gitlab.com/groups/gitlab-org/-/epics/1189). information, see the [strong consistency epic](https://gitlab.com/groups/gitlab-org/-/epics/1189).
To enable strong consistency: To enable strong consistency:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment