We have an issue with a GitLab server where my manager has performed a detailed code review but we can’t load the comments.
The production log reads this around the time I tried to load the comments:
Parameters: {“namespace_id”=>“root”, “project_id”=>“NERO”, “id”=>“13”}
Started GET “/root/NERO/-/merge_requests/13/cached_widget.json” for 10.10.10.66 at 2021-04-19 13:39:13 +0000
Started POST “/api/graphql” for 10.10.10.66 at 2021-04-19 13:39:13 +0000
Processing by GraphqlController#execute as /
Parameters: {"_json"=>[{“operationName”=>“getState”, “variables”=>"[FILTERED]", “query”=>“query getState($projectPath: ID!, $iid: String!) {\n project(fullPath: $projectPath) {\n archived\n onlyAllowMergeIfPipelineSucceeds\n mergeRequest(iid: $iid) {\n autoMergeEnabled\n commitCount\n conflicts\n diffHeadSha\n mergeError\n mergeStatus\n mergeableDiscussionsState\n pipelines(first: 1) {\n nodes {\n status\n warnings\n __typename\n }\n __typename\n }\n shouldBeRebased\n sourceBranchExists\n state\n targetBranchExists\n userPermissions {\n canMerge\n __typename\n }\n workInProgress\n __typename\n }\n __typename\n }\n}\n”}], “graphql”=>{"_json"=>[{“operationName”=>“getState”, “variables”=>"[FILTERED]", “query”=>“query getState($projectPath: ID!, $iid: String!) {\n project(fullPath: $projectPath) {\n archived\n onlyAllowMergeIfPipelineSucceeds\n mergeRequest(iid: $iid) {\n autoMergeEnabled\n commitCount\n conflicts\n diffHeadSha\n mergeError\n mergeStatus\n mergeableDiscussionsState\n pipelines(first: 1) {\n nodes {\n status\n warnings\n __typename\n }\n __typename\n }\n shouldBeRebased\n sourceBranchExists\n state\n targetBranchExists\n userPermissions {\n canMerge\n __typename\n }\n workInProgress\n __typename\n }\n __typename\n }\n}\n”}]}}
Completed 304 Not Modified in 0ms (Allocations: 4)
Completed 200 OK in 105ms (Views: 0.4ms | ActiveRecord: 46.3ms | Elasticsearch: 0.0ms | Allocations: 40545)
Completed 200 OK in 143ms (Views: 0.5ms | ActiveRecord: 73.5ms | Elasticsearch: 0.0ms | Allocations: 54489)
Started GET “/-/metrics” for 127.0.0.1 at 2021-04-19 13:39:28 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 10ms (Views: 0.4ms | ActiveRecord: 0.0ms | Elasticsearch: 0.0ms | Allocations: 649)
Started GET “/-/metrics” for 127.0.0.1 at 2021-04-19 13:39:43 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 10ms (Views: 0.4ms | ActiveRecord: 0.0ms | Elasticsearch: 0.0ms | Allocations: 649)
Started GET “/root/NERO/-/merge_requests/13/discussions.json” for 10.10.10.66 at 2021-04-19 13:39:43 +0000
Processing by Projects::MergeRequestsController#discussions as JSON
Parameters: {“namespace_id”=>“root”, “project_id”=>“NERO”, “id”=>“13”}
Started GET “/-/metrics” for 127.0.0.1 at 2021-04-19 13:39:58 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 15ms (Views: 4.8ms | ActiveRecord: 0.0ms | Elasticsearch: 0.0ms | Allocations: 2268)
Started GET “/root/NERO/-/merge_requests/13/widget.json” for 10.10.10.68 at 2021-04-19 13:40:01 +0000
Started GET “/root/NERO/-/merge_requests/13/cached_widget.json” for 10.10.10.68 at 2021-04-19 13:40:01 +0000
Completed 304 Not Modified in 0ms (Allocations: 6)
Processing by Projects::MergeRequests::ContentController#widget as JSON
Parameters: {“namespace_id”=>“root”, “project_id”=>“NERO”, “id”=>“13”}
Completed 200 OK in 430ms (Views: 0.5ms | ActiveRecord: 114.4ms | Elasticsearch: 0.0ms | Allocations: 141792)
Started POST “/api/graphql” for 10.10.10.68 at 2021-04-19 13:40:02 +0000
Processing by GraphqlController#execute as /
Parameters: {"_json"=>[{“operationName”=>“getState”, “variables”=>"[FILTERED]", “query”=>“query getState($projectPath: ID!, $iid: String!) {\n project(fullPath: $projectPath) {\n archived\n onlyAllowMergeIfPipelineSucceeds\n mergeRequest(iid: $iid) {\n autoMergeEnabled\n commitCount\n conflicts\n diffHeadSha\n mergeError\n mergeStatus\n mergeableDiscussionsState\n pipelines(first: 1) {\n nodes {\n status\n warnings\n __typename\n }\n __typename\n }\n shouldBeRebased\n sourceBranchExists\n state\n targetBranchExists\n userPermissions {\n canMerge\n __typename\n }\n workInProgress\n __typename\n }\n __typename\n }\n}\n”}], “graphql”=>{"_json"=>[{“operationName”=>“getState”, “variables”=>"[FILTERED]", “query”=>“query getState($projectPath: ID!, $iid: String!) {\n project(fullPath: $projectPath) {\n archived\n onlyAllowMergeIfPipelineSucceeds\n mergeRequest(iid: $iid) {\n autoMergeEnabled\n commitCount\n conflicts\n diffHeadSha\n mergeError\n mergeStatus\n mergeableDiscussionsState\n pipelines(first: 1) {\n nodes {\n status\n warnings\n __typename\n }\n __typename\n }\n shouldBeRebased\n sourceBranchExists\n state\n targetBranchExists\n userPermissions {\n canMerge\n __typename\n }\n workInProgress\n __typename\n }\n __typename\n }\n}\n”}]}}
Completed 200 OK in 80ms (Views: 0.4ms | ActiveRecord: 7.7ms | Elasticsearch: 0.0ms | Allocations: 41904)
Started GET “/-/metrics” for 127.0.0.1 at 2021-04-19 13:40:13 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 10ms (Views: 0.4ms | ActiveRecord: 0.0ms | Elasticsearch: 0.0ms | Allocations: 649)
Started GET “/-/metrics” for 127.0.0.1 at 2021-04-19 13:40:28 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 11ms (Views: 0.4ms | ActiveRecord: 0.0ms | Elasticsearch: 0.0ms | Allocations: 650)
Started GET “/-/metrics” for 127.0.0.1 at 2021-04-19 13:40:43 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 18ms (Views: 0.4ms | ActiveRecord: 0.0ms | Elasticsearch: 0.0ms | Allocations: 650)
Completed 500 Internal Server Error in 60152ms (ActiveRecord: 35.9ms | Elasticsearch: 0.0ms | Allocations: 61139750)
Rack::Timeout::RequestTimeoutException (Request ran for longer than 60000ms):