-
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 bug preventing the use of a local cache #11010
Conversation
The last change to the logic of when a local cache could be used had an error which accidently disabled any use of a local cache. This change corrects the logic and a quick test shows that local caching is working again.
A new Pull Request was created by @Dr15Jones (Chris Jones) for CMSSW_7_5_X. Fix bug preventing the use of a local cache It involves the following packages: Utilities/StorageFactory @cmsbuild, @smuzaffar, @Dr15Jones can you please review it and eventually sign? Thanks. |
please test |
The tests are being triggered in jenkins. |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs once checked with relvals in the development release cycle of CMSSW (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 |
Fix bug preventing the use of a local cache
The last change to the logic of when a local cache could be used had
an error which accidently disabled any use of a local cache. This change
corrects the logic and a quick test shows that local caching is working
again.