Commit 0bd72599 authored by Katrin Leinweber's avatar Katrin Leinweber

Clarify strong consistency's availability in Gitaly/Praefect

parent c65a037f
...@@ -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