-
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
(DAQ) silence warnings in GlobalEvFOutputModule (12_5_X) #39191
(DAQ) silence warnings in GlobalEvFOutputModule (12_5_X) #39191
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39191/31797
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
GlobalEvFOutputMOdule. It also reduces printing log warnings every lumisection
cd80fa2
to
cfc6ead
Compare
code-checks |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39191/31800
|
A new Pull Request was created by @smorovic (Srecko Morovic) for master. It involves the following packages:
@cmsbuild, @emeschi, @smorovic can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9af4d6/27091/summary.html Comparison SummarySummary:
|
+1 |
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. @perrotta, @dpiparo, @qliphy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Avoid initialization of same transfer info values from HLT menu PSet for each lumisection in GlobalEvFOutputModule, instead it can be done per run (i.e. only once in the lifetime of a HLT cmsRun process).
Main reason of doing this was to reduce printing log warnings in online HLT at every lumisection for each module instance.
PR validation:
Tested in DAQ F3 test setup (BU-FU VM cluster) with JSON output being valid and gets merged fine at micro and mini-merge levels.