-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
gemChamberVFATBX0GENeg11 with duplicate labels makes T0 crash on 12_5 reply #39936
Comments
A new Issue was created by @rvenditti . @Dr15Jones, @perrotta, @dpiparo, @rappoccio, @makortel, @smuzaffar can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
can @cms-sw/gem-dpg-l2 kindly have a look? |
assign dqm |
New categories assigned: dqm @jfernan2,@ahmad3213,@micsucmed,@rvenditti,@emanueleusai,@syuvivida,@pmandrik you have been requested to review this Pull request/Issue and eventually sign? Thanks |
Looks like the problematic ME is actually in the L1T stack: cmssw/DQM/L1TMonitor/src/L1TStage2EMTF.cc Lines 403 to 427 in 7f0cfad
adding to the discussion the original author @nickh2000 of PR #38818 (@eyigitba FYI) |
@mmusich , thanks for notifying me. Does this crash happen in the merging jobs? Could it be due to a missing line such as this one not being set for that one histogram?
|
hi @eyigitba
as far as I understand the underlying ROOT version in 12.5.X really doesn't like to have a histogram with two bin labels containing the same name (for reasons that admittedly I don't understand , and @cms-sw/core-l2 might shed some light upon). |
I've found this old PR #25569 and in the descriptions there's written (quoting)
|
yes, sure.
in the issue description there's a pointer to the failing job from tier-0: |
HI @mmusich, Thank you for your advice. How do I recreate new DQMIO files for the merging process? |
something like: cmsrel CMSSW_12_5_1
cd CMSSW_12_5_1/src
cmsenv
git cms-addpkg Configuration/DataProcessing
python3 Configuration/DataProcessing/test/RunExpressProcessing.py --nThreads 8 --scenario ppEra_Run3 --global-tag 124X_dataRun3_Express_v6 --lfn <here put some input RAW data> --fevt --dqmio should create the DQMIO files. |
@cms-sw/orp-l2 this is the issue that needs to be fixed in DQM before deploying 12_5_X in Tier0 |
A possibile solution is proposed in #39952 |
urgent |
+dqm |
This issue is fully signed and ready to be closed. |
please close |
As pointed in dmwm/T0#4774, the reply on 12_5_1 failed (at merging DQMIO step?) because of duplicate labels in gemChamberVFATBX0GENeg11 histogram.
Error:
----- Begin Fatal Exception 31-Oct-2022 15:01:26 CET-----------------------
An exception of category 'FatalRootError' occurred while
[0] Calling InputSource::readRun_
Additional Info:
[a] Fatal Root Error: @sub=TH1Merger::CheckForDuplicateLabels
Histogram gemChamberVFATBX0GEPos11 has duplicate labels in the x axis. Bin contents will be merged in a single bin
----- End Fatal Exception -------------------------------------------------
Files to reproduce the error are in: /afs/cern.ch/user/c/cmst0/public/PausedJobs/HIReplay2022/job_244/job/WMTaskSpace/cmsRun1
The text was updated successfully, but these errors were encountered: