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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-22 12:31:05 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-27 16:14:05 +0300
commit5e7c8bbf1629203078b56ea98de87bc34dc037cf (patch)
tree7e5b220dfc3933ced7281bdd338cbb0c06af3afe /ruby/proto
parent75d80735ef12c4572a8219cd725084961a8a7893 (diff)
proto: Fill in documentation of FetchIntoObjectPool RPC
Add missing documentation for the FetchIntoObjectPool RPC.
Diffstat (limited to 'ruby/proto')
-rw-r--r--ruby/proto/gitaly/objectpool_services_pb.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/ruby/proto/gitaly/objectpool_services_pb.rb b/ruby/proto/gitaly/objectpool_services_pb.rb
index d0529fa3d..fe12b6ab2 100644
--- a/ruby/proto/gitaly/objectpool_services_pb.rb
+++ b/ruby/proto/gitaly/objectpool_services_pb.rb
@@ -28,7 +28,10 @@ module Gitaly
rpc :ReduplicateRepository, ::Gitaly::ReduplicateRepositoryRequest, ::Gitaly::ReduplicateRepositoryResponse
# This comment is left unintentionally blank.
rpc :DisconnectGitAlternates, ::Gitaly::DisconnectGitAlternatesRequest, ::Gitaly::DisconnectGitAlternatesResponse
- # This comment is left unintentionally blank.
+ # FetchIntoObjectPool fetches all references from a pool member into an object pool so that
+ # objects shared between this repository and other pool members can be deduplicated. This RPC
+ # will perform housekeeping tasks after the object pool has been updated to ensure that the pool
+ # is in an optimal state.
rpc :FetchIntoObjectPool, ::Gitaly::FetchIntoObjectPoolRequest, ::Gitaly::FetchIntoObjectPoolResponse
# This comment is left unintentionally blank.
rpc :GetObjectPool, ::Gitaly::GetObjectPoolRequest, ::Gitaly::GetObjectPoolResponse