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

Provider rewrite #183

Merged
merged 6 commits into from
Jun 19, 2017
Merged

Provider rewrite #183

merged 6 commits into from
Jun 19, 2017

Conversation

jimlambie
Copy link
Contributor

This PR modifies the controller to make it initialise each datasource's data provider just before it is used, then destroy it after the data is returned.

It is an attempt to resolve the issue seen under load where a provider instance is returned data meant for another. The original suspect of this problem was the cache module, that no longer appears to be the case, as the issue can be reproduced with caching disabled.

@jimlambie jimlambie requested a review from adamkdean June 19, 2017 06:32
@jimlambie jimlambie merged commit 6664b28 into 1.10.5 Jun 19, 2017
@adamkdean
Copy link
Contributor

Let's get this moving! I mean, er, LGTM! 🏀 ✅

@jimlambie jimlambie deleted the feature/provider-rewrite branch July 4, 2017 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants