-
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
Revert "Run2-hcx180 Fix a bug for HcalDetId which affects DQM of calibration channels" #23739
Conversation
…bration channels"
@bsunanda FYI |
please test workflow 136.77,136.775,136.779 |
A new Pull Request was created by @fabiocos (Fabio Cossutti) for CMSSW_9_4_X. It involves the following packages: DataFormats/HcalDetId @cmsbuild, @civanch, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
The tests are being triggered in jenkins. |
Comparison job queued. |
Comparison is ready @slava77 comparisons for the following workflows were not done due to missing matrix map:
Comparison Summary:
|
+1 |
merge |
I believe this bug fix has opened up a bug in the DQM system which is supposed not to look into condition objects for some of the special DetId's. These are the ones for CRF channels. I believe the current code is good but the DQM code involving condition objects for the special channels needs a fix. It is good that this is exposed. The code for 8_0_X will not face this because the CRF channels did not exist in the data for that period. |
Hi @fabiocos, yes, I'll try to check this today! |
Reverts #23688
This fix is causing a list of reproducible crashes in the IB CMSSW_9_4_X_2018-07-03-2300 in 2016 workflows within DQM with the exception
----- Begin Fatal Exception 04-Jul-2018 10:09:31 CEST-----------------------
An exception of category 'Conditions not found' occurred while
[0] Processing Event run: 283877 lumi: 17 event: 27631378 stream: 1
[1] Running path 'dqmoffline_step'
[2] Calling method for module DigiTask/'digiTask'
Exception Message:
Unavailable Conditions of type HcalQIEData for cell (0x4e280440) (CastorRadFacility 1 / 2 / 0)
----- End Fatal Exception -------------------------------------------------
triggered from
https://cmssdt.cern.ch/lxr/source/CondFormats/CastorObjects/interface/CastorCondObjectContainer.h#0090
as used in the module https://cmssdt.cern.ch/lxr/source/DQM/HcalTasks/python/DigiTask.py for what I can see.
I temporarily revert it, pending a clarification and a fix for this problem.