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

[m3admin-client] Incorporate zone into client cache #290

Merged
merged 1 commit into from
Apr 30, 2021
Merged

Conversation

wesleyk
Copy link
Collaborator

@wesleyk wesleyk commented Apr 30, 2021

Without this change, we could reuse clients without the proper zone header set, meaning etcd writes could be misdirected when cluster specs change during the duration of the operator's lifetime.

@wesleyk wesleyk requested a review from schallert April 30, 2021 01:15
Without this change, we could reuse clients without the proper zone header
set, meaning etcd writes could be misdirected when cluster specs change
during the duration of the operator's lifetime.
@codecov
Copy link

codecov bot commented Apr 30, 2021

Codecov Report

Merging #290 (db20c70) into master (29e99f3) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #290   +/-   ##
=======================================
  Coverage   76.09%   76.09%           
=======================================
  Files          32       32           
  Lines        2548     2548           
=======================================
  Hits         1939     1939           
  Misses        430      430           
  Partials      179      179           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 29e99f3...db20c70. Read the comment docs.

@wesleyk wesleyk merged commit 8b89242 into master Apr 30, 2021
@wesleyk wesleyk deleted the wesley-cache branch April 30, 2021 01:29
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