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

Fetch CA from source of truth in case of cache miss. #2805

Merged
merged 1 commit into from
Jun 28, 2019

Conversation

klizhentas
Copy link
Contributor

During cache reload, CA could not be found
in the local state, what creates problems for some internal processes
that are not expecting that. This patch trades off
performance during cache misses for more reliability
by double checking with database.

@klizhentas
Copy link
Contributor Author

retest this please

During cache reload, CA could not be found
in the local state, what creates problems for some internal processes
that are not expecting that. This patch trades off
performance during cache misses for more reliability
by double checking with database.
@klizhentas
Copy link
Contributor Author

@russjones @fspmarshall this simple fix eliminates some flakiness that some customers encountered on production, so please take a look. I think I will backport this to 4.0 as well.

@russjones russjones merged commit 71b7a69 into master Jun 28, 2019
@zmb3 zmb3 deleted the sasha/reload-fix branch August 4, 2022 16:06
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.

None yet

2 participants