-
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
Streamer output modules ported to one::OutputModule (74X) #11245
Streamer output modules ported to one::OutputModule (74X) #11245
Conversation
Backports parts of this commit from 76X branch: cms-sw@a4b465d
template, and adding override
…minosityBlocks> is needed to compile (in analogy to PoolOutputModule) *streamer output module now also needs beginLumi and endLumi handlers
A new Pull Request was created by @smorovic (Srecko Morovic) for CMSSW_7_4_X. Streamer output modules ported to one::OutputModule (75X) It involves the following packages: DQMServices/StreamerIO @smuzaffar, @Dr15Jones, @cvuosalo, @emeschi, @cmsbuild, @deguio, @slava77, @mommsen, @danduggan can you please review it and eventually sign? Thanks. |
please test |
The tests are being triggered in jenkins. |
+1 |
+1 |
+1 |
+1 Migrating streamer output modules to one::OutputModule to support multi-threading. There should be no change in monitored quantities. #11115 and #11116 are the 76X and 75X versions of this PR, and they have both been merged. The code changes are satisfactory, and Jenkins tests against baseline CMSSW_7_4_X_2015-09-13-1100 show no significant differences, as expected. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_4_X IBs once checked with relvals in the development release cycle of CMSSW (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 |
Streamer output modules ported to one::OutputModule (74X)
tracked at #11317 |
Migrates EvFOutputModule (DAQ) and EventStreamFileWriter from legacy to one::OutputModule interface
Backport of #11115 and #11116 in 76X and 75X