-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Change PickFirstLeafLoadBalancer to only have 1 subchannel at a time #11520
Merged
Commits on Sep 26, 2024
-
Change PickFirstLeafLoadBalancer to only have 1 subchannel at a time …
…if environment variable GRPC_SERIALIZE_RETRIES == true. Cache serializingRetries value so that it doesn't have to look up the flag every time. Clear the correct task when READY in processSubchannelState and move the logic to cancelScheduledTasks Cleanup based on PR review remove unneeded checks for shutdown.
Configuration menu - View commit details
-
Copy full SHA for 0c70fd5 - Browse repository at this point
Copy the full SHA 0c70fd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2658447 - Browse repository at this point
Copy the full SHA 2658447View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd5f66f - Browse repository at this point
Copy the full SHA bd5f66fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bced263 - Browse repository at this point
Copy the full SHA bced263View commit details -
Provide option to disable subchannel retries to let PFLeafLB take con…
…trol of retries.
Configuration menu - View commit details
-
Copy full SHA for 3f910b0 - Browse repository at this point
Copy the full SHA 3f910b0View commit details
Commits on Sep 27, 2024
-
InternalSubchannel internally goes to IDLE when sees TF when reconnec…
…t is disabled. Remove an extra index.increment in LeafLB Fix spelling, remove unneeded additions
Configuration menu - View commit details
-
Copy full SHA for f21b749 - Browse repository at this point
Copy the full SHA f21b749View commit details
Commits on Sep 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d50acf8 - Browse repository at this point
Copy the full SHA d50acf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b6e846 - Browse repository at this point
Copy the full SHA 0b6e846View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b1ff88d - Browse repository at this point
Copy the full SHA b1ff88dView commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e854c20 - Browse repository at this point
Copy the full SHA e854c20View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a28b548 - Browse repository at this point
Copy the full SHA a28b548View 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.