-
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
Initial GT Unpacker Inspector Prototype. #42005
base: master
Are you sure you want to change the base?
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42005/35965
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42005/35966
|
A new Pull Request was created by @aloeliger (Andrew Loeliger) for master. It involves the following packages:
@epalencia, @cmsbuild, @aloeliger can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
This has gone without update or comment for a while, (frankly I had forgotten I had opened this) I am assuming the need for this is no longer there or pressing. I am closing this PR |
@aloeliger can we at least test this before closing ? :) |
@mmusich Sure, if you would like. I have honestly forgotten why I hadn't pushed this along further. I would need to reacquaint myself with this PR. |
Reopened for testing |
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-63ab90/35394/summary.html Comparison SummarySummary:
|
Milestone for this pull request has been moved to CMSSW_14_0_X.Please open a backport if it should also go in to CMSSW_13_3_X. |
Milestone for this pull request has been moved to CMSSW_14_1_X. Please open a backport if it should also go in to CMSSW_14_0_X. |
Milestone for this pull request has been moved to CMSSW_14_2_X. Please open a backport if it should also go in to CMSSW_14_1_X. |
ping (to make bot change milestone) |
Milestone for this pull request has been moved to CMSSW_15_0_X. Please open a backport if it should also go in to CMSSW_14_2_X. |
PR description:
Following the discovery of corrupted data out of the GT unpacker, the discussed intermediate solution is a filter that checks for corruption . This PR contains a prototype that checks a GT object output collection for having the correct number of BX's, and will fire the filter if this not found, and produce an empty vector for anything that might be caught by the filter (and pass through for anything else). I am calling this module/filter the GT Unpacker Inspector.
It is my understanding that the desired longer term solution may be a change in the way CMSSW handles skippable errors?
In theory, this is at least a partial solution to #41645
As of the writing of this, this is still a draft/prototype, and has not been hooked up to any of the original unpacker's clients. @mmusich @makortel Apologies for the long delay, but you were on the original thread where this solution was discussed, I wanted to tag you to understand if this is something that would meet the needs discussed there. If you have any review, I would appreciate this before I begin to start trying to insert this into the unpacking paths.
PR validation:
PR validation has not been possible due to the original file disappearing to tape, with the relvant block being 2.5 Tb (a little much to recall from tape for a single file). I would like to solicit suggestions for the testing of this module/technique.
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
This PR is not a backport, but could be backported to reconstruction releases as necessary.