json unmarshal: unknown field "glProjectPath" in gitaly.Repository fatal
After I upgraded to v 11.11.7, 503 was prompted when the project merged Error reported in the log Json unmarshal: unknown field "glProjectPath" in gitaly.Repository fatal:
Started GET "/xx/client_sdk/merge_requests/new?utf8=%E2%9C%93&merge_request%5Bsource_project_id%5D=5167&merge_request%5Bsource_branch%5D=dev_vms&merge_request%5Btarget_project_id%5D=1926&merge_request%5Btarget_branch%5D=dev_vms" for 10.168.0.106 at 2019-09-21 10:42:34 -0400 Processing by Projects::MergeRequests::CreationsController#new as HTML Parameters: {"utf8"=>"✓", "merge_request"=>{"source_project_id"=>"5167", "source_branch"=>"dev_vms", "target_project_id"=>"1926", "target_branch"=>"dev_vms"}, "namespace_id"=>"xx", "project_id"=>"client_sdk"}
Gitlab::Git::CommandError (2:Gitlab::Git::CommandError: 2019/09/21 10:42:34 upload-pack: json unmarshal: unknown field "glProjectPath" in gitaly.Repository fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
):
lib/gitlab/git/wraps_gitaly_errors.rb:13:in rescue in wrapped_gitaly_errors' lib/gitlab/git/wraps_gitaly_errors.rb:6:in wrapped_gitaly_errors'
lib/gitlab/git/repository.rb:740:in fetch_source_branch!' lib/gitlab/git/repository.rb:764:in compare_source_branch'
app/models/repository.rb:972:in compare_source_branch' app/services/compare_service.rb:16:in execute'
app/services/merge_requests/build_service.rb:108:in compare_branches' app/services/merge_requests/build_service.rb:30:in execute'
app/controllers/projects/merge_requests/creations_controller.rb:95:in block in build_merge_request' lib/gitlab/gitaly_client.rb:309:in allow_n_plus_1_calls'
app/controllers/projects/merge_requests/creations_controller.rb:94:in build_merge_request' lib/gitlab/session.rb:11:in with_session'
app/controllers/application_controller.rb:439:in set_session_storage' lib/gitlab/i18n.rb:55:in with_locale'
lib/gitlab/i18n.rb:61:in with_user_locale' app/controllers/application_controller.rb:435:in set_locale'
lib/gitlab/middleware/multipart.rb:103:in call' lib/gitlab/request_profiler/middleware.rb:16:in call'
lib/gitlab/middleware/go.rb:20:in call' lib/gitlab/etag_caching/middleware.rb:13:in call'
lib/gitlab/middleware/correlation_id.rb:16:in block in call' lib/gitlab/middleware/correlation_id.rb:15:in call'
lib/gitlab/middleware/read_only/controller.rb:40:in call' lib/gitlab/middleware/read_only.rb:18:in call'
lib/gitlab/middleware/basic_health_check.rb:25:in call' lib/gitlab/request_context.rb:26:in call'
lib/gitlab/metrics/requests_rack_middleware.rb:29:in call' lib/gitlab/middleware/release_env.rb:12:in call'
Completed 503 Service Unavailable in 105ms (Views: 6.0ms | ActiveRecord: 5.3ms)
Asking for help, thank you very much!!