xds, pickfirst: Enable additional addresses in xDS, set new pick_first as default - #8126
Merged
Merged
Conversation
arjan-bal
force-pushed
the
enable-dualstack-flags
branch
from
February 26, 2025 06:49
3fb6f32 to
aa373c9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8126 +/- ##
==========================================
- Coverage 82.18% 82.17% -0.01%
==========================================
Files 387 387
Lines 38947 38941 -6
==========================================
- Hits 32007 31999 -8
- Misses 5613 5614 +1
- Partials 1327 1328 +1
|
easwars
approved these changes
Feb 26, 2025
|
|
||
| - name: Run coverage with new pickfirst | ||
| run: GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=true go test -coverprofile=coverage_new_pickfirst.out -coverpkg=./... ./... | ||
| - name: Run coverage with other pickfirst |
This was referenced Feb 27, 2025
purnesh42H
pushed a commit
to purnesh42H/grpc-go
that referenced
this pull request
Mar 1, 2025
cds: stop child policies on resource-not-found errors (grpc#8122) xds: simplify code handling certain error conditions in the resolver (grpc#8123) xds, pickfirst: Enable additional addresses in xDS, set new pick_first as default (grpc#8126) github: change test action to cover the legacy pickfirst balancer (grpc#8129) cleanup: replace dial with newclient (grpc#7967) cleanup: replace dial with newclient (grpc#7970) stats/openetelemetry: refactor and make e2e test stats verification deterministic (grpc#8077) xds: introduce simple grpc transport for generic xds clients (grpc#8066) xds: generic xds client common configs re-push comments improve ServerConfig equal easwar review round 1 on documentation easwar comments on docstrings easwar comments round 4 config tests merge with previous pr xds: add lrs client and xDS client interfaces second pass to documentation language change from godoc review dfawley review 2 easwar review 1 changed to decoder struct move authorities under xds client easwar review 2 easwars review 4 ResourceWatcher done and LoadStore stop grpc based transport remove server config extension interface add byte codec dfawley review 1 send and recv tests with byte based test server change to proto based server easwar review 1 easwar review 3 xds: generic xds client ads transport channel
purnesh42H
pushed a commit
to purnesh42H/grpc-go
that referenced
this pull request
Mar 1, 2025
ads: stop child policies on resource-not-found errors (grpc#8122) xds: simplify code handling certain error conditions in the resolver (grpc#8123) xds, pickfirst: Enable additional addresses in xDS, set new pick_first as default (grpc#8126) github: change test action to cover the legacy pickfirst balancer (grpc#8129) cleanup: replace dial with newclient (grpc#7967) cleanup: replace dial with newclient (grpc#7970) stats/openetelemetry: refactor and make e2e test stats verification deterministic (grpc#8077) xds: introduce simple grpc transport for generic xds clients (grpc#8066) xds: generic xds client common configs re-push comments improve ServerConfig equal easwar review round 1 on documentation easwar comments on docstrings easwar comments round 4 config tests merge with previous pr xds: add lrs client and xDS client interfaces second pass to documentation language change from godoc review dfawley review 2 easwar review 1 changed to decoder struct move authorities under xds client easwar review 2 easwars review 4 ResourceWatcher done and LoadStore stop grpc based transport remove server config extension interface add byte codec dfawley review 1 send and recv tests with byte based test server change to proto based server easwar review 1 easwar review 3 xds: generic xds client ads transport channel
janardhanvissa
pushed a commit
to janardhanvissa/grpc-go
that referenced
this pull request
Mar 24, 2025
HailongWen
added a commit
to HailongWen/google-cloud-go
that referenced
this pull request
May 6, 2025
As seen in b/415354418, this new experimental feature introduced by grpc/grpc-go#8126 is not yet stable and may cause intermittent CloudPath fallbacks. As a user of the OSS gRPC library, CS library should explicitly disable it until the underlying issue is fixed.
rahul2393
added a commit
to googleapis/google-cloud-go
that referenced
this pull request
May 7, 2025
As seen in b/415354418, this new experimental feature introduced by grpc/grpc-go#8126 is not yet stable and may cause intermittent CloudPath fallbacks. As a user of the OSS gRPC library, CS library should explicitly disable it until the underlying issue is fixed. Co-authored-by: rahul2393 <irahul@google.com>
2FaceS-bit
pushed a commit
to 2FaceS-bit/google-cloud-go
that referenced
this pull request
May 12, 2025
As seen in b/415354418, this new experimental feature introduced by grpc/grpc-go#8126 is not yet stable and may cause intermittent CloudPath fallbacks. As a user of the OSS gRPC library, CS library should explicitly disable it until the underlying issue is fixed. Co-authored-by: rahul2393 <irahul@google.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Tested
RELEASE NOTES:
GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRSTtofalse(case insensitive).GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTStofalse(case insensitive).