-
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
Replace mark-and-delete at next merge algorithm in DQMStore (74x) #11430
Conversation
…s now. Additionally, the dqm store will now acquire locks for writing files. Also add a new file saver for HLT->PB (DQMFileSaverPB). Which should replace DQMFileSaver in the near future. (cherry picked from commit f104a00)
A new Pull Request was created by @dmitrijus (Dmitrijus) for CMSSW_7_4_X. Replace mark-and-delete at next merge algorithm in DQMStore (74x) It involves the following packages: DQMServices/Components The following packages do not have a category, yet: DQMServices/FileIO @cmsbuild, @danduggan, @vanbesien, @deguio can you please review it and eventually sign? Thanks. |
please test |
The tests are being triggered in jenkins. |
as a minimal fix for CMSSW 7.4.x, wouldn't it have been simpler to just make sure that the histograms marked for deletion are actually deleted, in the |
This PR was actually introduced a few weeks ago The memleak was caused by: Dmitrijus |
I discussed with andrea. let's wait to see the outcome of the test on the hilton then we can decide to merge it. |
So I ran the hilton tests on it and I still see what appears to be the same memory increase. I'm now going to double check I ran what I thought I ran. But just wanted to give you an update |
thanks @Sam-Harper, |
+1 |
ciao @deguio, after the comments from @Sam-Harper do we have any indications that this actually fixes the memory problem ? |
ciao andrea, going to reply now asking to have the root we use patched with the fix. |
Replace mark-and-delete at next merge algorithm in DQMStore (74x)
Additionally, the DQMStore will now acquire locks for writing files.
This PR also add a new file saver for HLT->PB (DQMFileSaverPB).
Which should replace DQMFileSaver in the near future.
(discussion: #11086)