-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Properly document keepalive and other tcp options #60216
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
Conversation
|
Pinging @elastic/es-docs (>docs) |
|
Pinging @elastic/es-distributed (:Distributed/Network) |
DaveCTurner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I misunderstood #59278 as only applying to transport connections. Since it applies to everything, we should say in the docs that the transport settings default to the corresponding network.tcp.* setting rather than saying they default to -1.
Co-authored-by: David Turner <[email protected]>
Co-authored-by: David Turner <[email protected]>
Co-authored-by: David Turner <[email protected]>
jrodewig
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs LGTM. I appreciate you updating the formatting of the transport settings.
I left some minor rewording suggestions. Please take or leave those as you like.
Co-authored-by: James Rodewig <[email protected]>
Co-authored-by: James Rodewig <[email protected]>
Co-authored-by: James Rodewig <[email protected]>
Co-authored-by: James Rodewig <[email protected]>
Co-authored-by: James Rodewig <[email protected]>
Co-authored-by: James Rodewig <[email protected]>
Co-authored-by: James Rodewig <[email protected]>
Co-authored-by: James Rodewig <[email protected]>
Co-authored-by: James Rodewig <[email protected]>
|
@elasticmachine update branch |
DaveCTurner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (nit: line lengths are a bit wonky now)
Keepalive options are not well-documented (only in transport section, although also available at http and network level). Co-authored-by: David Turner <[email protected]> Co-authored-by: James Rodewig <[email protected]>
Keepalive options are not well-documented (only in transport section, although also available at http and network level). Co-authored-by: David Turner <[email protected]> Co-authored-by: James Rodewig <[email protected]>
Followup to elastic#60216, fixing the formatting of `transport.tcp.reuse_address` and clarifying some wording around the distinction between the transport and HTTP layers.
Followup to #60216, fixing the formatting of `transport.tcp.reuse_address` and clarifying some wording around the distinction between the transport and HTTP layers.
Followup to #60216, fixing the formatting of `transport.tcp.reuse_address` and clarifying some wording around the distinction between the transport and HTTP layers.
Keepalive options are not well-documented (only in transport section, although also available at http and network level).