ringhash: enable behaviors of A76 by default#8922
Merged
arjan-bal merged 1 commit intogrpc:masterfrom Feb 23, 2026
Merged
Conversation
Those features have been gated by environment variables since 1.73.0, and used in production at Datadog. They can be considered stable. Change the defaults to enable using eds hash_key lb metadata and set_request_hash key. RELEASE NOTES: - ringhash: Enable A76 ring hash improvements by default: EDS endpoint hash key parsing from LbEndpoint metadata and request hash header support via the "requestHashHeader" field. The previous behavior can be restored by setting GRPC_XDS_ENDPOINT_HASH_KEY_BACKWARD_COMPAT=true or GRPC_EXPERIMENTAL_RING_HASH_SET_REQUEST_HASH_KEY=false.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8922 +/- ##
==========================================
- Coverage 83.30% 83.20% -0.11%
==========================================
Files 417 417
Lines 32940 32940
==========================================
- Hits 27442 27407 -35
- Misses 4082 4111 +29
- Partials 1416 1422 +6
🚀 New features to boost your workflow:
|
easwars
approved these changes
Feb 20, 2026
Contributor
|
@arjan-bal : For second set of eyes |
This was referenced Apr 23, 2026
Closed
Closed
fix(deps): vuln minor upgrades — 11 packages (minor: 7 · patch: 4) [server]
DataDog/temporalio-ui#27
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Those features have been gated by environment variables since 1.73.0, and used in production at Datadog. They can be considered stable.
Change the defaults to enable using EDS
hash_keylb metadata andrequestHashHeaderLB config field.RELEASE NOTES: