-
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
Create new main ProductRegistry if input products change #47584
Conversation
Only provenance of dropped ancestors are stored in ROOT files. Using untracked parameter for InputTag keeps the ProcessHistory the same so there is only one Run in the workflow.
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47584/44065
|
A new Pull Request was created by @Dr15Jones for master. It involves the following packages:
@Dr15Jones, @cmsbuild, @makortel, @smuzaffar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
If the ProductRegistry of the source changes, we now create a new main ProductRegistry. The main Registry is then passed to the Principals which update their data structures.
dcaae10
to
af6456c
Compare
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47584/44066
|
Pull request #47584 was updated. @Dr15Jones, @makortel, @smuzaffar can you please check and sign again. |
-1 Failed Tests: UnitTests The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Unit TestsI found 1 errors in the following unit tests: ---> test TestIOPoolInputNoParentDictionary had ERRORS Comparison SummarySummary:
|
ignore tests-rejected with manual-override The failing unit test is expected and will clear up when run in the IB. |
Workflow 17034.0 shows differences in |
@cmsbuild, please test |
-1 Failed Tests: UnitTests Unit TestsI found 1 errors in the following unit tests: ---> test TestDQMGUIUpload had ERRORS Comparison SummarySummary:
|
I don't know why the DQM GUI upload failed. It can't be from this PR (and in earlier tests that test passed) |
+core |
This pull request is fully signed and it will be integrated in one of the next master IBs (test failures were overridden). This pull request will now be reviewed by the release team before it's merged. @antoniovilela, @rappoccio, @mandrenguyen, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
ignore tests-rejected with external-failure |
+1 |
PR description:
Instead of having one ProductRegistry shared by many objects, now if the ProductRegistry used by the Source adds new entries (which can only happen when reading a new file and the job which made the file has different dropped products) we make a new ProductRegistry and explicitly tell all Principals to update.
This would make it possible in the future to have multiple concurrent files open (open a new one while the last events in the previous file are finishing) where different Principals were using different ProductRegistries.
PR validation:
All framework unit tests pass and newly added unit test also passes.
resolves cms-sw/framework-team#1304