4:Deadline Exceeded. debug_error_string:{UNKNOWN:Deadline Exceeded {created_time:"2023-07-25T19:58:12.231442343+00:00", grpc_status:4}} I don't think these are anything to worry about as they pass when the job is retried, but perhaps you have some ideas about what the cause might be...
'...Caused by:GRPC::DeadlineExceeded: 4:Deadline Exceeded/opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/grpc-1.10.0-x86_64-linux/src/ruby/lib/grpc/generic/active_call.rb:31:in `check_status'/opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/grpc-1.10.0-x86_64-linux/src/ruby/lib/grpc...
GRPC::DeadlineExceeded (4:Deadline Exceeded. debug_error_string:{"created":"@1629136872.525562385","description":"Deadline Exceeded","file":"src/core/ext/filters/deadline/deadline_filter.cc","file_line":69,"grpc_status":4}): grpc-1.30.2-x86_64 (linux) src/ruby/lib/grpc/generic/active...
gRPC cannot reach your Gitaly server if: You can’t connect to a Gitaly server with command-line tools. Certain actions result in a14: Connect Failederror message. Verify you can reach Gitaly by using TCP: sudogitlab-rake gitlab:tcp_check[GITALY_SERVER_IP,GITALY_LISTEN_PORT] ...
gRPC cannot reach your Gitaly server if: You can’t connect to a Gitaly server with command-line tools. Certain actions result in a14: Connect Failederror message. Verify you can reach Gitaly by using TCP: sudogitlab-rake gitlab:tcp_check[GITALY_SERVER_IP,GITALY_LISTEN_PORT] ...
T C P提供可靠的运输层。它使用的方法之一就是确认从另一端收到的数据。但数据和确认都有可能会丢失...
context canceled","grpc.code": "DeadlineExceeded","grpc.meta.client_name": "gitlab-shell-git-upload-pack","grpc.meta.deadline_type": "none","grpc.meta.method_type": "unary","grpc.method": "SSHUploadPackWithSidechannel","grpc.request.fullMethod": "/gitaly.SSHService/SSHUploadPackWithSi...
GRPC::DeadlineExceeded: 4:Deadline Exceeded/data/cache/bundle-2.5/gems/grpc-1.24.0-x86_64-linux/src/ruby/lib/grpc/generic/active_call.rb:31:in `check_status'/data/cache/bundle-2.5/gems/grpc-1.24.0-x86_64-linux/src/ruby/lib/grpc/generic/active_call.rb:181:in `attach_status_results_...
GRPC::DeadlineExceeded (4:Deadline Exceeded):/usr/lib/x86_64-linux-gnu/rubygems-integration/2.5.0/gems/grpc-1.16.1/src/ruby/lib/grpc/generic/active_call.rb:31:in 'check_status'/usr/lib/x86_64-linux-gnu/rubygems-integration/2.5.0/gems/grpc-1.16.1/src/ruby/lib/grpc/generic/active_cal...
I think the issue you mention is a good track, and reading by the solution, it looks like usage of unix is not supported by grpc-go, and they provide kind of workaround trick to setup a custom dialer when dealing with unix URIs. ...