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

Remove unneeded begin/endLumi methods #23394

Merged
merged 7 commits into from Jun 1, 2018

Conversation

schneiml
Copy link
Contributor

Many DQM plugins contain code to watch begin/end lumi transitions, but don't do anything useful there (often just printing a log message, probably because that is part of the sample code). Looking towards concurrent lumisections, watching these transitions is a problem.

  • As a first step, this PR removes the unneded code. It should not functionally change anything, except reducing the log output a bit.
  • Then, we can evaluate which plugins actually need per-lumi transitions, and enable them only selectively for these plugins in DQMEDAnalyzer.
  • Finally, since any one module watching lumi transitions currently blocks concurrent lumisections, we might want to migrate them to some different implementation that allows concurrent lumis.

@Dr15Jones @knoepfel FYI

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-23394/4917

Code check has found code style and quality issues which could be resolved by applying a patch in https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-23394/4917/git-diff.patch
e.g. curl https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-23394/4917/git-diff.patch | patch -p1

You can run scram build code-checks to apply code checks directly

@Dr15Jones
Copy link
Contributor

@schneiml Thanks!

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @schneiml (Marcel Schneider) for master.

It involves the following packages:

DQM/BeamMonitor
DQM/CastorMonitor
DQM/DTMonitorModule
DQM/EcalPreshowerMonitorModule
DQM/L1TMonitor
DQM/Physics
DQM/PixelLumi
DQM/RPCMonitorClient
DQM/TrackingMonitor
DQM/TrackingMonitorSource
DQMOffline/CalibCalo
DQMOffline/EGamma
DQMOffline/Ecal
DQMOffline/L1Trigger
DQMOffline/Lumi
DQMOffline/Trigger
DQMServices/Components
DQMServices/Examples
HLTriggerOffline/SUSYBSM
SimTracker/SiPhase2Digitizer
Validation/RecoEgamma

@cmsbuild, @civanch, @vazzolini, @kmaeshima, @mdhildreth, @dmitrijus, @nsmith-, @rekovic, @jfernan2, @kpedro88, @thomreis, @vanbesien can you please review it and eventually sign? Thanks.
@rappoccio, @argiro, @fioriNTU, @thomreis, @threus, @acimmino, @kreczko, @hdelanno, @battibass, @makortel, @jhgoh, @HuguesBrun, @drkovalskyi, @trocino, @rociovilar, @barvic, @GiacomoSguazzoni, @rovere, @VinInn, @idebruyn, @ebrondol, @mtosi, @dgulhan, @calderona, @folguera this is something you requested to watch as well.
@davidlange6, @slava77, @fabiocos 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 May 30, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/28297/console Started: 2018/05/30 16:22

@thomreis
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

@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-23394/28297/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 2 differences found in the comparisons
  • DQMHistoTests: Total files compared: 31
  • DQMHistoTests: Total histograms compared: 2902471
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2902280
  • DQMHistoTests: Total skipped: 190
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 30 files compared)
  • Checked 128 log files, 14 edm output root files, 31 DQM output files

@kpedro88
Copy link
Contributor

+1

@civanch
Copy link
Contributor

civanch commented May 31, 2018

+1

@dmitrijus
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. @davidlange6, @slava77, @smuzaffar, @fabiocos (and backports should be raised in the release meeting by the corresponding L2)

@fabiocos
Copy link
Contributor

fabiocos commented Jun 1, 2018

+1

technical cleaning of a large block of code

@cmsbuild cmsbuild merged commit 8af7aff into cms-sw:master Jun 1, 2018
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

9 participants