-
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
[12_2_X] Fix tag names in DQM Fake BeamSpot clients #37379
[12_2_X] Fix tag names in DQM Fake BeamSpot clients #37379
Conversation
A new Pull Request was created by @francescobrivio for CMSSW_12_2_X. It involves the following packages:
@emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @pmandrik, @pbo0, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
backport of #37376 |
@cmsbuild please test |
@cms-sw/dqm-l2 this PR should be tested in P5 DQM machines. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b38bf9/23451/summary.html Comparison SummarySummary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_2_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_4_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
Thanks @jfernan2! FYI @cms-sw/dqm-l2 |
Dear @francescobrivio , we did not run fake beam clients for a while since the request for decommission and now they crash for pp_run & cosmic_run keys, please find the logs here: Best regards, Petr |
Thanks @pmandrik I'll take a look asap! |
-1 |
@pmandrik @jfernan2
@pmandrik please, when you can, try again the playback! Thanks! |
Hi, @francescobrivio , the error is the same, please check: P.S. maybe the job names are (following the printout in the logs): |
Hi @pmandrik, indeed you are right! |
Thanks, now the fake beam clients run without crashes. |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_2_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_4_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Backport of #37376
Following the discussion with BeamSpot/DB/HLT/DAQ experts, in order to stress test the system and prove that the coral patch works we need to re-deploy in production the fake BeamSpot DQM clients that create fake (TRandom) BeamSpot values and upload them to the DB. This will not affect data quality in any way since the fake clients will be deployed only during cosmics, when the beamspot is not really used/useful in any case.
In order not to pollute the production tags with "fake" BeamSpot payloads, this PR changes the name of the output tag to which the payloads are uploaded to. The tag name changes are:
BeamSpotOnlineLegacy
-->BeamSpotOnlineFakeLegacy
BeamSpotOnlineHLT
-->BeamSpotOnlineFakeHLT
PR validation:
Code compiles.
Should be tested in online DQM machines.
Backport:
Backport of #37376