/usr/bin/DO_NOT_USE_GC process continuously running #22454
Unanswered
flyingfishflash
asked this question in
Q&A
Replies: 2 comments
-
It is a backend go routine to remove the temporary files under _uploads directory, it is OK to let it run. |
Beta Was this translation helpful? Give feedback.
0 replies
-
yes I can confirm that changing the registry configuration to no purge uploads prevented this activity from occurring |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
At some point around a month ago, I noticed my nas cpu usage went up, so I took a look and found that multiple instances of
what looks like the garbage collection process are running constantly.
This happens no matter, some time after I start up the system via docker compose.
I am using harbor 2.14 and put the logs in debug mode and watch for those processes to suddenly start up via htop. I am not actually sure what triggers them.
I see no log message indicating what may be starting it. If i restart everything via docker compose and run a manual gc it works fine, I see the process in htop, but it finishes very quickly and cpu usage returns to normal.
SOMETHING is trigger this, and at the same time i see numerous entries like this with a short pause, then resuming endlessly until i restart harbor.
it's referencing a repo that is manage by a replication job. I tried deleting the repo but still this it eventually triggered.
I'm using seaweedfs for s3 storage. I guess it could be somehow caused by that, but I see no errors there.
Anyone have any idea what may be causing this?
Hoping to avoid having to go through the pain of recreating my installation.
Disabling the Garbage Collection job does not prevent this from occurring.
Not sure why disabling the replication that creates docker.io/postgres and deleting the project doesn't stop this activity?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions