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

HcalDQM: Add protection to collection non-exist case for GPUTask, backport of PR #40117 #40119

Merged
merged 4 commits into from
Dec 8, 2022

Conversation

lwang046
Copy link
Contributor

PR description:

Backport of PR #40117 , corrects the reference&target name mixing in the hcalgpu task, adds some conditions to the collections non-exist case instead of throwing out fetal exception, and correct a minor numeric error in the DigiTask that should mod the LS by 60, instead of 50.

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 19, 2022

A new Pull Request was created by @lwang046 for CMSSW_12_4_X.

It involves the following packages:

  • DQM/HcalCommon (dqm)
  • DQM/HcalTasks (dqm)
  • DQM/Integration (dqm)

@emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @syuvivida, @pmandrik, @micsucmed, @rvenditti can you please review it and eventually sign? Thanks.
@DryRun, @battibass, @abdoulline, @bsunanda, @francescobrivio, @threus, @batinkov this is something you requested to watch as well.
@perrotta, @dpiparo, @rappoccio you are the release manager for this.

cms-bot commands are listed here

@cmsbuild
Copy link
Contributor

Pull request #40119 was updated. @emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @syuvivida, @pmandrik, @micsucmed, @rvenditti can you please check and sign again.

@emanueleusai
Copy link
Member

type hcal,bugfix

@emanueleusai
Copy link
Member

backport of #40117

@emanueleusai
Copy link
Member

please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-34f298/29164/summary.html
COMMIT: 401d475
CMSSW: CMSSW_12_4_X_2022-11-20-2300/el8_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/40119/29164/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 6 differences found in the comparisons
  • DQMHistoTests: Total files compared: 50
  • DQMHistoTests: Total histograms compared: 3720277
  • DQMHistoTests: Total failures: 13
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 3720241
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: -0.004 KiB( 49 files compared)
  • DQMHistoSizes: changed ( 312.0 ): -0.004 KiB MessageLogger/Warnings
  • Checked 208 log files, 45 edm output root files, 50 DQM output files
  • TriggerResults: no differences found

@lwang046
Copy link
Contributor Author

Hi @rvenditti , looking at the plots, I think there is a potential issue: The axis are in log scale while I try to fit the values of negative into the bins. The idea of filling a constant negative value was trying to differentiating the cases of problematic reconstruction against absent of collections. But now it seems with log scale this can't be done. I think it's more realistic to not fill the event if any collection for comparison is not available, users will have to rely on CLI messages to know the details there.

@cmsbuild
Copy link
Contributor

Pull request #40119 was updated. @emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @syuvivida, @pmandrik, @micsucmed, @rvenditti can you please check and sign again.

@cmsbuild
Copy link
Contributor

Pull request #40119 was updated. @emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @syuvivida, @pmandrik, @micsucmed, @rvenditti can you please check and sign again.

@rvenditti
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-34f298/29265/summary.html
COMMIT: 4ddca3a
CMSSW: CMSSW_12_4_X_2022-11-25-1100/el8_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/40119/29265/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 6 differences found in the comparisons
  • DQMHistoTests: Total files compared: 50
  • DQMHistoTests: Total histograms compared: 3720277
  • DQMHistoTests: Total failures: 14
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3720241
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 49 files compared)
  • Checked 208 log files, 45 edm output root files, 50 DQM output files
  • TriggerResults: no differences found

@emanueleusai
Copy link
Member

@lwang046 can you confirm this is the final reviewable and deployable version of the PR? we have been testing an intermediate version of this PR already

@lwang046
Copy link
Contributor Author

@lwang046 can you confirm this is the final reviewable and deployable version of the PR? we have been testing an intermediate version of this PR already

Hi @emanueleusai , this is the final version of this PR.

@emanueleusai
Copy link
Member

thanks for confirming!

@emanueleusai
Copy link
Member

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 2, 2022

This pull request is fully signed and it will be integrated in one of the next CMSSW_12_4_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_13_0_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2)

@perrotta
Copy link
Contributor

perrotta commented Dec 3, 2022

For consistency, backports in older cycles should be propagated to all intermediate ones. You prepared the backports for 12_5_X and 12_4_X: please prepare also the backport for 12_6_X. We'll wait merging these ones until the 12_6_X version of this PR is submitted, at leasr

@lwang046
Copy link
Contributor Author

lwang046 commented Dec 6, 2022

For consistency, backports in older cycles should be propagated to all intermediate ones. You prepared the backports for 12_5_X and 12_4_X: please prepare also the backport for 12_6_X. We'll wait merging these ones until the 12_6_X version of this PR is submitted, at leasr

Hi @perrotta , I'm a bit confused. I thought #40117 is for 12_6_X, could you help clarify a bit how to create a backport for it, please?

@rappoccio
Copy link
Contributor

For consistency, backports in older cycles should be propagated to all intermediate ones. You prepared the backports for 12_5_X and 12_4_X: please prepare also the backport for 12_6_X. We'll wait merging these ones until the 12_6_X version of this PR is submitted, at leasr

Hi @perrotta , I'm a bit confused. I thought #40117 is for 12_6_X, could you help clarify a bit how to create a backport for it, please?

No, that's for 13_0_X now that we've opened it, please submit directly to the 12_6_X queue in a backport.

@rappoccio
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit a8f6dcd into cms-sw:CMSSW_12_4_X Dec 8, 2022
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.

6 participants