Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0bd72599
Commit
0bd72599
authored
Jan 26, 2021
by
Katrin Leinweber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify strong consistency's availability in Gitaly/Praefect
parent
c65a037f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
doc/administration/gitaly/praefect.md
doc/administration/gitaly/praefect.md
+2
-3
No files found.
doc/administration/gitaly/praefect.md
View file @
0bd72599
...
...
@@ -1019,9 +1019,8 @@ Praefect guarantees eventual consistency by replicating all writes to secondary
after the write to the primary Gitaly node has happened.
Praefect can instead provide strong consistency by creating a transaction and writing
changes to all Gitaly nodes at once. Strong consistency is currently in
[
alpha
](
https://about.gitlab.com/handbook/product/gitlab-the-product/#alpha-beta-ga
)
and not enabled by
default. If enabled, transactions are only available for a subset of RPCs. For more
changes to all Gitaly nodes at once.
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
)
.
To enable strong consistency:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment