diff options
author | Stan Hu <stanhu@gmail.com> | 2018-11-13 23:05:08 +0000 |
---|---|---|
committer | Cindy Pallares <cindy@gitlab.com> | 2018-11-13 20:36:38 -0500 |
commit | 39d2c850a3d8d9e8aea75d6f0d6c349e26f08d2a (patch) | |
tree | 0b78182fd5ae46974472faef64300fa79b8139fb /changelogs/unreleased | |
parent | b7ac9be668ffe683b7c56095b243e69a8b8f522e (diff) | |
download | gitlab-ce-39d2c850a3d8d9e8aea75d6f0d6c349e26f08d2a.tar.gz |
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/unreleased')
-rw-r--r-- | changelogs/unreleased/53972-fix-fill-shards.yml | 5 |
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 |