diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2018-12-17 09:49:38 +0100 |
---|---|---|
committer | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2018-12-19 13:21:56 +0100 |
commit | 752e9c18a1c2521636ddeec65b7bda2035ce1893 (patch) | |
tree | 157a76334e9c54264dde1dda62eb85f1b17e5914 /Gemfile | |
parent | 73d4b1f625af4cb9e10c4e862ed63a54904f746f (diff) | |
download | gitlab-ce-752e9c18a1c2521636ddeec65b7bda2035ce1893.tar.gz |
Leave object pools when destroying projects
This action doesn't lean on reduplication, so a short call can me made
to the Gitaly server to have the object pool remove its remote to the
project pending deletion.
https://gitlab.com/gitlab-org/gitaly/blob/f6cd55357/internal/git/objectpool/link.go#L58
When an object pool doesn't have members, this would invalidate the need
for a pool. So when a project leaves the pool, the pool will be
destroyed on the background.
Fixes: https://gitlab.com/gitlab-org/gitaly/issues/1415
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -418,7 +418,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 1.3.0', require: 'gitaly' +gem 'gitaly-proto', '~> 1.5.0', require: 'gitaly' gem 'grpc', '~> 1.15.0' gem 'google-protobuf', '~> 3.6' |