-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
CTPPS ME merging problems in Harvesting step #38969
Comments
A new Issue was created by @rvenditti . @Dr15Jones, @perrotta, @dpiparo, @rappoccio, @makortel, @smuzaffar, @qliphy can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign dqm |
New categories assigned: dqm @jfernan2,@ahmad3213,@micsucmed,@rvenditti,@emanueleusai,@pmandrik you have been requested to review this Pull request/Issue and eventually sign? Thanks |
FYI @cms-sw/ctpps-dpg-l2 |
I don't understand which could be the issue: the equivalent plots in DQMonline seems ok. These plots have not been modified since long, I guess the problem is elsewhere, not in the plot itself. |
@vavati, while investigating recent failures in Tier0 prompt processing , I see that this issue persists as of today (in For the record the message is:
and the underlying ME is defined as: cmssw/DQM/CTPPS/plugins/CTPPSPixelDQMSource.cc Lines 525 to 547 in 1ccd187
|
cms-bot internal usage |
thanks, forwarded to experts.... |
Do you have any suggestion how to reproduce that problem ? The profile2D binning is constant, at first glance it looks like some memory leak. |
you should be able to access this tarball:
(at least that's what I used).
but the ranges are not. I see: hp2HitsMultROC_LS[indexP]->getTProfile2D()->SetCanExtend(TProfile2D::kXaxis); I think this is potentially creating histograms with mismatched axes limits (not sure if that's the origin of the problem, there are other instances in cmssw that do the same and apparently do not create issues). |
Thanks ! This works !
The Profile2D has X axis limited by default to 1000 LS. If longer run is happening then It could be that somewhere the merge of extended and non-extended histograms happens. To check that I would need to reproduce the problem with a run long enough. By the way - what is the recommended method of extending histograms in MEs ?
|
I am not sure. I let @cms-sw/dqm-l2 comment ;) |
As a follow up of Express job killed at T0 for memory issues at harvesting step in run 356381 (link), we found that the log file shows a problem in merging a ME:
"%MSG-e MergeFailure: source 04-Aug-2022 15:58:00 CEST PostBeginProcessBlock
Found histograms with different axis limits or different labels 'ROCs hits multiplicity per event vs LS' not merged"
The related ME seems to belong to CTPPS:
cmssw/DQM/CTPPS/plugins/CTPPSPixelDQMSource.cc
Line 357 in 5e17661
Can please CTPPS DQM experts have a look ?
The text was updated successfully, but these errors were encountered: