-
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
Monitoring service changes for DAQ: rebase (80X) #12245
Conversation
… definition *use 64 reserved fields (numerous output modules almost filled current reserved places)
* void* --> const void*
A new Pull Request was created by @smorovic (Srecko Morovic) for CMSSW_8_0_X. Monitoring service changes for DAQ: rebase (80X) It involves the following packages: EventFilter/Utilities @mommsen, @cvuosalo, @cmsbuild, @emeschi, @slava77 can you please review it and eventually sign? Thanks. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 |
+1 Code clean-up of DAQ FastMonitoringService. There should be no change in monitored quantities. This PR should be merged after #12202 and #12148, which also include FastMonitoringService.cc but without some fixes. The code changes are satisfactory, and Jenkins tests against baseline CMSSW_8_0_X_2015-11-03-1100 show no significant differences, as expected. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_8_0_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 |
Monitoring service changes for DAQ: rebase (80X)
Changes in FastMonitoringService:
this PR is a followup of changes suggested in #12138