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:
authorAlessio Caiazza <acaiazza@gitlab.com>2018-03-28 15:40:47 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2018-03-29 11:01:23 +0300
commitae27a47b6e5a27bb16d8f1555207784e34ec2ec1 (patch)
tree137c352d0ec5e555c6061db47a12e3f53d65d6cc /changelogs
parentcb94afc561c08db1b2312020e9d0a3e2f5837494 (diff)
Add Gitlab::ExclusiveLease to ObjectStorage#use_file
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/ac-fix-use_file-race.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/ac-fix-use_file-race.yml b/changelogs/unreleased/ac-fix-use_file-race.yml
new file mode 100644
index 00000000000..f1315d5d50e
--- /dev/null
+++ b/changelogs/unreleased/ac-fix-use_file-race.yml
@@ -0,0 +1,5 @@
+---
+title: Fix data race between ObjectStorage background_upload and Pages publishing
+merge_request:
+author:
+type: fixed