Skip to content
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

Global CaloL1 DQM Fix #32205

Merged
merged 4 commits into from
Nov 21, 2020
Merged

Global CaloL1 DQM Fix #32205

merged 4 commits into from
Nov 21, 2020

Conversation

aloeliger
Copy link
Contributor

PR description:

This PR adds fixes on top of the reverted CaloL1 DQM "Global" module change #32004, fixing issue #32172. The segmentation violation was caused by a bad binary search in a list of recent mismatches (caused by 2 issues: a wrongly shifted search location, and failure to exclude the previous search location from new search bounds) which caused a stack overflow.

PR validation:

The code compiles, and has been tested for online and single threaded offline use was tested in previous PR #32004. In addition, this change has now been tested on offline workflows 136.721 and 136.731 using 4 threads successfully.

if this PR is a backport please specify the original PR and why you need to backport that PR:

This PR is not a backport.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32205/19948

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @aloeliger for master.

It involves the following packages:

DQM/L1TMonitor
DQMServices/Core
DQMServices/Demo

@andrius-k, @kmaeshima, @ErnestaP, @cmsbuild, @jfernan2, @fioriNTU can you please review it and eventually sign? Thanks.
@barvic this is something you requested to watch as well.
@silviodonato, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@jfernan2
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 20, 2020

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+1
Tested at: b1abc53
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d1a635/10889/summary.html
CMSSW: CMSSW_11_2_X_2020-11-19-2300
SCRAM_ARCH: slc7_amd64_gcc820

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d1a635/10889/summary.html

@slava77 comparisons for the following workflows were not done due to missing matrix map:

  • /data/cmsbld/jenkins/workspace/compare-root-files-short-matrix/data/PR-d1a635/11624.911_TTbar_13+2021_DD4hep+TTbar_13TeV_TuneCUETP8M1_GenSim+Digi+Reco+HARVEST+ALCA
  • /data/cmsbld/jenkins/workspace/compare-root-files-short-matrix/data/PR-d1a635/11642.911_ZMM_13+2021_DD4hep+ZMM_13TeV_TuneCUETP8M1_GenSim+Digi+Reco+HARVEST+ALCA

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 37
  • DQMHistoTests: Total histograms compared: 2962300
  • DQMHistoTests: Total failures: 10
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 2962267
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: -0.004 KiB( 36 files compared)
  • DQMHistoSizes: changed ( 312.0 ): -0.004 KiB MessageLogger/Warnings
  • Checked 158 log files, 34 edm output root files, 37 DQM output files

@jfernan2
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2)

@qliphy
Copy link
Contributor

qliphy commented Nov 21, 2020

+1

@jfernan2
Copy link
Contributor

jfernan2 commented Feb 3, 2021

@aloeliger the L1TStage2CaloLayer1 class is producing a crash at Online in view of the next MWGR:

Fatal Exception (Exit Code: 8022)An exception of category 'FatalRootError' occurred while
[0] Calling InputSource::readRun_
Additional Info:
[a] Fatal Root Error: @sub=TH1Merger::CheckForDuplicateLabels
Histogram last20Mismatches has duplicate labels in the y axis. Bin contents will be merged in a single bin

The issue seems to be located on:
https://github.com/aloeliger/cmssw/blob/b1abc53b4cda374f5f261df16232e2a74f3424b7/DQM/L1TMonitor/src/L1TStage2CaloLayer1.cc#L743-L752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants