-
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
Fix Memory Leak in JetCorrectorParametersHelper #18415
Fix Memory Leak in JetCorrectorParametersHelper #18415
Conversation
A new Pull Request was created by @aperloff (Alexx Perloff) for master. It involves the following packages: CondFormats/JetMETObjects @ggovi, @cmsbuild, @monttj, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins. |
As far as I can tell, this doesn't fix a memory leak, but instead avoids an out-of-memory-bounds read. |
@Dr15Jones, yes, you are right. |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
Looks to me like all the checks passed. Only the DQM-TimerService has some small differences. |
@Dr15Jones Just checking in to see if we can merge this PR. Didn't want it to fall by the wayside. |
@aperloff I'm afraid this change is not under my L2 area so I have no say as to it being merged. This requires signatures from analysis and db L2 areas. |
@Dr15Jones Who are the analysis and db L2 contacts that I need to ping? |
The second comment in this thread lists the people responsible. It was this sentence:
davidlange6 just signs for ops and cmsbuild is just the test system. That leaves @ggovi and @monttj who are the L2s who have to sign. |
hi @aperloff - the 14 MB file needs to be removed - can it be automatically generated as part of the unit test? |
Pull request #18415 was updated. @ggovi, @cmsbuild, @monttj, @davidlange6 can you please check and sign again. |
please test |
Pull request #18415 was updated. @ggovi, @cmsbuild, @monttj, @davidlange6 can you please check and sign again. |
The tests are being triggered in jenkins. |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1 |
@aperloff - thanks - but please fix the tab vs 3-space indentation issues introduced in this PR via a followup PR. |
This PR fixes the issue discussed at #18160. There are new conditions checks and unit tests added to the package and a memory leak was fixed. None of this should affect the underlying behavior of the code nor its speed.