Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2020-10-30 11:52:42 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-10-30 11:59:13 +0300
commitca8e2de58193775a62599b3a4de682c511046033 (patch)
tree2d916a9f601cd879a08f2cce80394bfa5cde0cbe /doc
parent4c5831b079390f391e6a043374115d7f292acc17 (diff)
featureflag: Remove reference transaction feature flag
The reference transaction feature flag has been enabled by default since commit a1102605 (featureflags: Default-enable primary-wins reference transactions, 2020-08-11). This commit now removes it altogether.
Diffstat (limited to 'doc')
-rw-r--r--doc/design_ha.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/design_ha.md b/doc/design_ha.md
index f44580b45..3dc1ebaeb 100644
--- a/doc/design_ha.md
+++ b/doc/design_ha.md
@@ -459,9 +459,6 @@ The current implementation of strong consistency via reference-transaction hook
is enabled by default. You can use the following feature flags to change its
behavior:
-- `gitaly_reference_transactions`: This feature flag is enabled by default. If
- disabled, reference transactions will not be used.
-
- `gitaly_ruby_reference_transaction_hook`: This feature flag is disabled by
default. If enabled, it will cause Ruby RPCs to perform voting via the
reference-transaction hook.