-
Notifications
You must be signed in to change notification settings - Fork 270
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
config: Decouple HTTP and TCP buffering config #2078
Merged
Merged
Commits on Dec 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8d0d573 - Browse repository at this point
Copy the full SHA 8d0d573View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1bc339 - Browse repository at this point
Copy the full SHA c1bc339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fe1f22 - Browse repository at this point
Copy the full SHA 9fe1f22View commit details
Commits on Dec 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b1972b7 - Browse repository at this point
Copy the full SHA b1972b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbc7758 - Browse repository at this point
Copy the full SHA cbc7758View commit details
Commits on Dec 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a211d3e - Browse repository at this point
Copy the full SHA a211d3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7922a4 - Browse repository at this point
Copy the full SHA c7922a4View commit details
Commits on Dec 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6a93036 - Browse repository at this point
Copy the full SHA 6a93036View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ebb0a8 - Browse repository at this point
Copy the full SHA 9ebb0a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9afd8fb - Browse repository at this point
Copy the full SHA 9afd8fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e8e0bf - Browse repository at this point
Copy the full SHA 9e8e0bfView commit details -
config: Decouple HTTP and TCP buffering config
Proxies may buffer TCP connections while waiting for policy discovery and may buffer HTTP requests while waiting for a shared resource (like a load balancer). Previously, a single configuration was used to configure both TCP and HTTP buffers. This change decouples these configurations in preparation for allowing balancer configuration to be configured by the control plane. Furthermore, this change updates the stack builder to always construct buffers with failfast and spawnready to (1) ensure that all buffers enforce the proper backpressure and load shedding semantics and (2) to reduce boilerplate. This change updates the proxy's environment configuration as follows: * Removed `LINKERD2_PROXY_INBOUND_DISPATCH_TIMEOUT` * Removed `LINKERD2_PROXY_OUTBOUND_DISPATCH_TIMEOUT` * Added `LINKERD2_PROXY_INBOUND_DISCOVERY_IDLE_TIMEOUT` * Added `LINKERD2_PROXY_OUTBOUND_DISCOVERY_IDLE_TIMEOUT` * Removed `LINKERD2_PROXY_BUFFER_CAPACITY` * Removed `LINKERD2_PROXY_INBOUND_ROUTER_MAX_IDLE_AGE` * Removed `LINKERD2_PROXY_OUTBOUND_ROUTER_MAX_IDLE_AGE` * Added `LINKERD2_PROXY_INBOUND_HTTP_BUFFER_CAPACITY` * Added `LINKERD2_PROXY_INBOUND_HTTP_FAILFAST_TIMEOUT` * Added `LINKERD2_PROXY_OUTBOUND_TCP_BUFFER_CAPACITY` * Added `LINKERD2_PROXY_OUTBOUND_TCP_FAILFAST_TIMEOUT` * Added `LINKERD2_PROXY_OUTBOUND_HTTP_BUFFER_CAPACITY` * Added `LINKERD2_PROXY_OUTBOUND_HTTP_FAILFAST_TIMEOUT` * Added `LINKERD2_PROXY_OUTBOUND_HTTP1_CONNECTION_POOL_IDLE_TIMEOUT`
Configuration menu - View commit details
-
Copy full SHA for 671ca3e - Browse repository at this point
Copy the full SHA 671ca3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab86158 - Browse repository at this point
Copy the full SHA ab86158View commit details -
Configuration menu - View commit details
-
Copy full SHA for f37d087 - Browse repository at this point
Copy the full SHA f37d087View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1729b8b - Browse repository at this point
Copy the full SHA 1729b8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90715b5 - Browse repository at this point
Copy the full SHA 90715b5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.