Skip to content
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

Fix premature end of run in DAQ (76X) #11158

Merged
merged 1 commit into from Sep 11, 2015

Conversation

smorovic
Copy link
Contributor

@smorovic smorovic commented Sep 5, 2015

In case of multiple pending lumisections in builder unit (ramdisk), recently forced behavior is to cycle the framework through each LS (previously source was skipping to the last one, in case on raw data needs to be processed). This change uncovered a loophole in logic allowing run to end prematurely if end of run file (written by BU) is in ramdisk, but there is still at least two empty lumisections and then some data to process.
Fix is to allow the run to be closed only if no new files/lumisections have been discovered by source after EoR file has already been written to the input directory.

This change was submitted in 74X as #11156 and in 75X as #11157

…ext LS is signalled to input source

*correct initialization of variable ls
@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 5, 2015

A new Pull Request was created by @smorovic (Srecko Morovic) for CMSSW_7_6_X.

Fix premature end of run in DAQ (76X)

It involves the following packages:

EventFilter/Utilities

@mommsen, @cvuosalo, @cmsbuild, @emeschi, @slava77 can you please review it and eventually sign? Thanks.
@Martin-Grunewald this is something you requested to watch as well.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.
If you are a L2 or a release manager you can ask for tests by saying 'please test' in the first line of a comment.
@Degano you are the release manager for this.
You can merge this pull request by typing 'merge' in the first line of your comment.

@davidlange6
Copy link
Contributor

@cmsbuild, please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 7, 2015

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 7, 2015

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 7, 2015

@cvuosalo
Copy link
Contributor

cvuosalo commented Sep 9, 2015

+1

For #11158 c50fee9

Bug fix related to lumi sections. There should be no change in monitored quantities. #11156 and #11157 are the 74X and 75X versions of this PR, and they have both been already approved by Reco.

The code change is satisfactory, and Jenkins tests against baseline CMSSW_7_6_X_2015-09-06-2300 show no significant differences, as expected.

davidlange6 added a commit that referenced this pull request Sep 11, 2015
Fix premature end of run in DAQ (76X)
@davidlange6 davidlange6 merged commit c8f38ee into cms-sw:CMSSW_7_6_X Sep 11, 2015
@smorovic smorovic deleted the CMSSW_7_6_X-eorfix branch November 13, 2015 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants