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

Remove unnecessary call that causes unloading in ROOT6 #3414

Merged
merged 1 commit into from
Apr 21, 2014

Conversation

wmtan
Copy link
Contributor

@wmtan wmtan commented Apr 21, 2014

The constructor of our TFileAdaptor service made an unnecessary call to the ROOT function TPluginManager::LoadHandlersFromPluginDirs(). In ROOT 5, this call was unnecessary, but caused no observed problems. In ROOT 6, this causes unnecessary unloading and reloading of ROOT plugins. CMS has no need for unloading, ever.
This pull request fixes the problem in the ROOT6 IB.
Another pull request will remove the same call in the 7_1_X branch (ROOT5).
Please merge this request promptly unless there are issues.

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @wmtan for CMSSW_7_1_ROOT6_X.

Remove unnecessary call that causes unloading in ROOT6

It involves the following packages:

IOPool/TFileAdaptor

@cmsbuild, @Degano, @Dr15Jones, @ktf, @nclopezo can you please review it and eventually sign? Thanks.
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.

davidlt added a commit that referenced this pull request Apr 21, 2014
Remove unnecessary call that causes unloading in ROOT6
@davidlt davidlt merged commit e3e628c into cms-sw:CMSSW_7_1_ROOT6_X Apr 21, 2014
@wmtan wmtan deleted the AvoidUnloading branch April 21, 2014 21:57
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.

3 participants