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

Fix some docs/internals typos and add raft link #19

Merged
merged 2 commits into from
Apr 3, 2014
Merged

Fix some docs/internals typos and add raft link #19

merged 2 commits into from
Apr 3, 2014

Conversation

jpfuentes2
Copy link
Contributor

  • Add some row highlighting to the suggested quorum numbers.

@armon
Copy link
Member

armon commented Apr 3, 2014

Thanks!

armon added a commit that referenced this pull request Apr 3, 2014
Fix some docs/internals typos and add raft link
@armon armon merged commit 38ae471 into hashicorp:master Apr 3, 2014
KrolikROJER pushed a commit to KrolikROJER/consul that referenced this pull request Nov 23, 2018
Update Newtonsoft.Json to version 7.0.1
duckhan pushed a commit to duckhan/consul that referenced this pull request Oct 24, 2021
Define sync channels without creating and closing them
hashi-derek added a commit that referenced this pull request Oct 24, 2023
#19347)

Backport of Add grpc keepalive configuration into release/1.15.x (#19339)

Add grpc keepalive configuration. (#19339)

Prior to the introduction of this configuration, grpc keepalive messages were
sent after 2 hours of inactivity on the stream. This posed issues in various
scenarios where the server-side xds connection balancing was unaware that envoy
instances were uncleanly killed / force-closed, since the connections would
only be cleaned up after ~5 minutes of TCP timeouts occurred. Setting this
config to a 30 second interval with a 20 second timeout ensures that at most,
it should take up to 50 seconds for a dead xds connection to be closed.
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