You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we trigger the image scan, we are experiancing sudden increase in number of database connections which inturn uses most of the CPU and Memory. It turns the DB server to hung state.
We tried increasing the CPU and RAM, and no luck.
There is no error on Postgres logs, however it was showing lot of "UPDATE waiting" message during the issue.
Below updates were running during the activity
UPDATE TAK
UPDATE "schedule" SET "revision"
UPDATE "repository" SET "pull_count" = "pull_count" + $1, "update_time" = $2 WHERE "repository_id" IN ( SELECT T0."repository_id" FROM "repository" T0 WHERE T0."repository_id" = $3;
Kindly suggest.
The text was updated successfully, but these errors were encountered:
Hi Team,
We are using Harbor Version v2.9.1
When we trigger the image scan, we are experiancing sudden increase in number of database connections which inturn uses most of the CPU and Memory. It turns the DB server to hung state.
We tried increasing the CPU and RAM, and no luck.
There is no error on Postgres logs, however it was showing lot of "UPDATE waiting" message during the issue.
Below updates were running during the activity
UPDATE TAK
UPDATE "schedule" SET "revision"
UPDATE "repository" SET "pull_count" = "pull_count" + $1, "update_time" = $2 WHERE "repository_id" IN ( SELECT T0."repository_id" FROM "repository" T0 WHERE T0."repository_id" = $3;
Kindly suggest.
The text was updated successfully, but these errors were encountered: