-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The cronjobs (monitor_metrics*) get stuck and keep spawning when replica is taking a checkpoint #23
Comments
Which version of the server are you running? |
We have p4d 2015.2. the size of db.* are huge (over 100G). If monitor_metrics* script could detect the locking and stop spawning new job, that'd work. |
Do you have lslocks installed? |
yes I do. |
Note the cron job can run as a systemd timer now - so that means always single threaded. |
I have to remove the p4prom installation and the cron jobs from replica because of this.
I have a quite a huge environment where taking a checkpoint would take 12h +
During that time, all perforce command would stuck, including the cron jobs.
Any work around for this?
The text was updated successfully, but these errors were encountered: