-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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_5_X] Fix HI rawDataInputTag for beamhlt DQM client #40108
[12_5_X] Fix HI rawDataInputTag for beamhlt DQM client #40108
Conversation
type bug-fix |
A new Pull Request was created by @francescobrivio for CMSSW_12_5_X. It involves the following packages:
@emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @syuvivida, @pmandrik, @micsucmed, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
@cmsbuild please test |
backport of #40109 |
urgent |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_5_X IBs after it passes the integration tests and once validation in the development release cycle CMSSW_12_6_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) |
@@ -134,7 +134,7 @@ | |||
|
|||
# Set rawDataRepacker (HI and live) or hltFEDSelectorTCDS+hltFEDSelectorOnlineMetaData (for all the rest) | |||
if (process.runType.getRunType() == process.runType.hi_run and live): | |||
rawDataInputTag = "rawDataRepacker" | |||
rawDataInputTag = "hltFEDSelectorTCDS" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comment in master https://github.com/cms-sw/cmssw/pull/40109/files#r1026796774
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-a1e90a/29121/summary.html Comparison SummarySummary:
|
@francescobrivio since the HI run is going to end in short, I imagine that you do not expect this being actually merged in the release. Taking also into account that the master version still needs to converge, as it was also pointed out above. |
@perrotta We already deployed this PR in online DQM machine. |
a95cf26
to
fb26867
Compare
Pull request #40108 was updated. @emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @syuvivida, @pmandrik, @micsucmed, @rvenditti can you please check and sign again. |
@cmsbuild please test |
Hi Andrea, in the last push (fb26867) I backported the modification to address the comment received in master. Even though HI run is already finished, since this PR was deployed online during the HI data-taking, I believe it would be good to merge this PR as well to have everything documented and up to date in the release. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-a1e90a/29148/summary.html Comparison SummarySummary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_5_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_6_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) |
+1 |
PR description:
Backport of #40109
This PR fixes the crash observed during HeavyIon data-taking in the online DQM client
beamhlt
:The issue arises from the fact that the
streamDQMOnlineBeamspot
does not containrawDataRepacker
, but:This PR adds the correct
rawDataInputTag
for the HI case.PR validation:
None, to be tested online in P5
Backport:
backport of #40109