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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-11-14 02:05:08 +0300
committerCindy Pallares <cindy@gitlab.com>2018-11-14 04:36:38 +0300
commit39d2c850a3d8d9e8aea75d6f0d6c349e26f08d2a (patch)
tree0b78182fd5ae46974472faef64300fa79b8139fb /changelogs
parentb7ac9be668ffe683b7c56095b243e69a8b8f522e (diff)
Merge branch '53972-fix-fill-shards' into 'master'
Fix a race condition in the shard population logic Closes #53972 See merge request gitlab-org/gitlab-ce!23028
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/53972-fix-fill-shards.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/53972-fix-fill-shards.yml b/changelogs/unreleased/53972-fix-fill-shards.yml
new file mode 100644
index 00000000000..ca94d6cc589
--- /dev/null
+++ b/changelogs/unreleased/53972-fix-fill-shards.yml
@@ -0,0 +1,5 @@
+---
+title: Fix a race condition intermittently breaking GitLab startup
+merge_request: 23028
+author:
+type: fixed