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
diff options
context:
space:
mode:
authorSami Hiltunen <shiltunen@gitlab.com>2020-09-04 13:36:25 +0300
committerSami Hiltunen <shiltunen@gitlab.com>2020-09-04 15:39:13 +0300
commit72e447fbe184df6491fc9bfcae8c2e1e5fc8ab9f (patch)
tree6ec6e61858243cbda894eca54cbc87748446597a /changelogs
parent376d12a5a5bf31d47de6c7f81610a51970198fa5 (diff)
fix downgrade error handling
DowngradeAttemptedError is not correctly handled in defaultReplicator. This commit fixes the issue and adds logging for cases when a downgrade was actually attempted.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/smh-fix-downgrade-error-handling.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/smh-fix-downgrade-error-handling.yml b/changelogs/unreleased/smh-fix-downgrade-error-handling.yml
new file mode 100644
index 000000000..14230257b
--- /dev/null
+++ b/changelogs/unreleased/smh-fix-downgrade-error-handling.yml
@@ -0,0 +1,5 @@
+---
+title: Fix downgrade error handling
+merge_request: 2522
+author:
+type: fixed