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

Honor -consul.consistent-reads on watches too. #1499

Merged
merged 1 commit into from
Jul 10, 2019

Conversation

tomwilkie
Copy link
Contributor

We're only run Consul now - don't need the HA as its ephemeral state, and more outages came from consul clusters outages than anything else.

-consul.consistent-reads=false massively reduces the load on the Consul server, but most of GET load is from watches. So we should honor this flag there.

Signed-off-by: Tom Wilkie [email protected]

We're only run Consul now - don't need the HA as its ephemeral state, and more outages came from consul clusters outages than anything else.

-consul.consistent-reads=false massively reduces the load on the Consul server, but most of GET load is from watches.  So we should honor this flag there.

Signed-off-by: Tom Wilkie <[email protected]>
@tomwilkie tomwilkie requested a review from gouthamve July 10, 2019 11:46
@tomwilkie tomwilkie merged commit 8da5b17 into master Jul 10, 2019
@tomwilkie tomwilkie deleted the consul-consistent-watch branch July 10, 2019 11:55
@bboreham
Copy link
Contributor

Related: #157

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.

3 participants