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
We run jobs though a batch scheduler on clusters as well as in the cloud, and store only the information from PCP per job. Most of them are only minutes or hours long, but sometimes they are a day or two and this can either cause a segfault or take many minutes to import. The 5.x PCP are prone to segfault, but looks to have been addressed in the below bug report that also notices slow Redis load performance. Below are slow imports on PCP 6.0.5, the larger one segfaults on the older versions.
This is a 122MB import for a medium length job.
pmseries: [Info] processed 8714 archive records from node3.cluster
real 1m55.443s
user 1m48.915s
sys 0m7.293s
This is a 1.3GB import for a longer running job.
pmseries: [Info] processed 275313 archive records from node3.cluster
real 43m59.457s
user 41m26.807s
sys 3m12.486s
Red Hat noted this in a bug, but no action was taken and it was closed as errata.
I've noticed any loading of pmseries data from archives is extremely slow. This occurs on three different systems.
Ubuntu 22.04 - PCP 5.3.6 (very slow)
RHEL 8.3 - PCP 5.3.7 (very slow)
Rocky 9.3 - PCP 6.0.5 (slow)
We run jobs though a batch scheduler on clusters as well as in the cloud, and store only the information from PCP per job. Most of them are only minutes or hours long, but sometimes they are a day or two and this can either cause a segfault or take many minutes to import. The 5.x PCP are prone to segfault, but looks to have been addressed in the below bug report that also notices slow Redis load performance. Below are slow imports on PCP 6.0.5, the larger one segfaults on the older versions.
This is a 122MB import for a medium length job.
pmseries: [Info] processed 8714 archive records from node3.cluster
real 1m55.443s
user 1m48.915s
sys 0m7.293s
This is a 1.3GB import for a longer running job.
pmseries: [Info] processed 275313 archive records from node3.cluster
real 43m59.457s
user 41m26.807s
sys 3m12.486s
Red Hat noted this in a bug, but no action was taken and it was closed as errata.
https://bugzilla.redhat.com/show_bug.cgi?id=2027430
The text was updated successfully, but these errors were encountered: