Hi,
After 16.5 update, we can see a lot of requests that are generating lot of logs in production_json.log and graphql_json.log and huge load for the server.
I don’t what is the source of this and also, this is not happening for all users.
Also, that issue number is not the only one, but, again, might be related to a specific project.
What I was able to find until now is that is a possibility that this behavior can be triggered by inactive browser tabs and might be related to specific projects.
Does anyone have any idea what is the reason for this?
{
"method": null,
"path": null,
"format": null,
"params": [
{
"key": "query",
"value": "subscription issuableAssigneesUpdated($issuableId: IssuableID!) {\n issuableAssigneesUpdated(issuableId: $issuableId) {\n ... on Issue {\n id\n assignees {\n nodes {\n ...User\n status {\n availability\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment User on User {\n id\n avatarUrl\n name\n username\n webUrl\n __typename\n}\n"
},
{
"key": "variables",
"value": {
"issuableId": "gid://gitlab/Issue/4513"
}
},
{
"key": "operationName",
"value": "issuableAssigneesUpdated"
},
{
"key": "nonce",
"value": "74425feb-8d74-4c39-ac56-d7a52e889e23"
}
],
"controller": "GraphqlChannel",
"action": "subscribe",
"status": 200,
"time": "2023-10-25T12:29:17.921Z",
"remote_ip": "10.x.x.x",
"ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36",
"db_count": 0,
"db_write_count": 0,
"db_cached_count": 0,
"db_replica_count": 0,
"db_primary_count": 0,
"db_main_count": 0,
"db_ci_count": 0,
"db_main_replica_count": 0,
"db_ci_replica_count": 0,
"db_replica_cached_count": 0,
"db_primary_cached_count": 0,
"db_main_cached_count": 0,
"db_ci_cached_count": 0,
"db_main_replica_cached_count": 0,
"db_ci_replica_cached_count": 0,
"db_replica_wal_count": 0,
"db_primary_wal_count": 0,
"db_main_wal_count": 0,
"db_ci_wal_count": 0,
"db_main_replica_wal_count": 0,
"db_ci_replica_wal_count": 0,
"db_replica_wal_cached_count": 0,
"db_primary_wal_cached_count": 0,
"db_main_wal_cached_count": 0,
"db_ci_wal_cached_count": 0,
"db_main_replica_wal_cached_count": 0,
"db_ci_replica_wal_cached_count": 0,
"db_replica_duration_s": 0,
"db_primary_duration_s": 0,
"db_main_duration_s": 0,
"db_ci_duration_s": 0,
"db_main_replica_duration_s": 0,
"db_ci_replica_duration_s": 0,
"pid": 482195,
"worker_id": "puma_1",
"rate_limiting_gates": [],
"correlation_id": "01HDKC38CX93F5VP9Y2J79JSZX",
"duration_s": 0.01571
}
{
"method": null,
"path": null,
"format": null,
"params": [
{
"key": "query",
"value": "subscription issuableAssigneesUpdated($issuableId: IssuableID!) {\n issuableAssigneesUpdated(issuableId: $issuableId) {\n ... on Issue {\n id\n assignees {\n nodes {\n ...User\n status {\n availability\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment User on User {\n id\n avatarUrl\n name\n username\n webUrl\n __typename\n}\n"
},
{
"key": "variables",
"value": {
"issuableId": "gid://gitlab/Issue/4513"
}
},
{
"key": "operationName",
"value": "issuableAssigneesUpdated"
},
{
"key": "nonce",
"value": "6d6fba50-fa79-46dd-9950-66d8e4ad43e2"
}
],
"controller": "GraphqlChannel",
"action": "unsubscribe",
"status": 200,
"time": "2023-10-25T12:29:17.918Z",
"remote_ip": "10.x.x.x",
"ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36",
"db_count": 0,
"db_write_count": 0,
"db_cached_count": 0,
"db_replica_count": 0,
"db_primary_count": 0,
"db_main_count": 0,
"db_ci_count": 0,
"db_main_replica_count": 0,
"db_ci_replica_count": 0,
"db_replica_cached_count": 0,
"db_primary_cached_count": 0,
"db_main_cached_count": 0,
"db_ci_cached_count": 0,
"db_main_replica_cached_count": 0,
"db_ci_replica_cached_count": 0,
"db_replica_wal_count": 0,
"db_primary_wal_count": 0,
"db_main_wal_count": 0,
"db_ci_wal_count": 0,
"db_main_replica_wal_count": 0,
"db_ci_replica_wal_count": 0,
"db_replica_wal_cached_count": 0,
"db_primary_wal_cached_count": 0,
"db_main_wal_cached_count": 0,
"db_ci_wal_cached_count": 0,
"db_main_replica_wal_cached_count": 0,
"db_ci_replica_wal_cached_count": 0,
"db_replica_duration_s": 0,
"db_primary_duration_s": 0,
"db_main_duration_s": 0,
"db_ci_duration_s": 0,
"db_main_replica_duration_s": 0,
"db_ci_replica_duration_s": 0,
"pid": 482195,
"worker_id": "puma_1",
"rate_limiting_gates": [],
"correlation_id": "01HDKC38CX93F5VP9Y2J79JSZX",
"duration_s": 0.00021
}