-
Notifications
You must be signed in to change notification settings - Fork 4k
core: Added changes to DelayedStream.setStream() should cancel the provided stream if not using it #11969
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
Closed
Closed
core: Added changes to DelayedStream.setStream() should cancel the provided stream if not using it #11969
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
270567d
core: Added changes to DelayedStream.setStream() should cancel the pr…
Sangamesh1997 072d033
Merge branch 'grpc:master' into Issue_fixed_1537
Sangamesh1997 8ac9678
core: Added changes to DelayedStream.setStream() should cancel the pr…
Sangamesh1997 cac52d4
core: Fixed internal review points
Sangamesh1997 00eb166
xds: Include XdsConfig as a CallOption
ejona86 8cd4d5a
xds: Assert XdsNR's cluster ref counting is consistent
ejona86 2295bbe
xds: Expose filter names to filter instances (#11971)
ejona86 9e6ece3
Replace usages of deprecated ExpectedException in grpc-api and grpc-c…
panchenko 77216bf
otel tracing: fix span names (#11974)
YifeiZhuang d28fcb2
xds: add support for custom per-target credentials on the transport (…
AshZhang eeded6f
core: Log any exception during panic because of exception
ejona86 036cd41
services: Avoid cancellation exceptions when notifying watchers that …
JoeCqupt 61bb878
fix: cleans up FileWatcherCertificateProvider in XdsSecurityClientSer…
AgraVator 3a35a76
core: Use java.time.Time.getNano in InstantTimeProvider without refle…
panchenko fa77210
util: Graceful switch to new LB when leaving CONNECTING
ejona86 129e747
util: Replace BUFFER_PICKER with FixedResultPicker
ejona86 f828a3c
Start 1.73.0 development cycle (#11987)
AgraVator 8c7cf53
okhttp: Per-rpc call option authority verification (#11754)
kannanjgithub 8879e94
core: Delete stale SuppressWarnings("deprecated") for ATTR_LOAD_BALAN…
ejona86 920c384
core: Delete the long-deprecated GRPC_PROXY_EXP (#11988)
ejona86 0ab9e11
xds: propagate audience from cluster resource in gcp auth filter (#11…
shivaspeaks b7df168
core: Fixed internal review points
Sangamesh1997 58f39fa
core: Added changes to DelayedStream.setStream() should cancel the pr…
Sangamesh1997 013948d
core: Added changes to DelayedStream.setStream() should cancel the pr…
Sangamesh1997 a2220eb
core: Fixed internal review points
Sangamesh1997 67b2f3a
core: Fixed internal review points
Sangamesh1997 696dd52
Revert "core: Fixed internal review points"
Sangamesh1997 6beb245
Merge remote-tracking branch 'origin/Issue_fixed_1537' into Issue_fix…
Sangamesh1997 17e6b41
Merge branch 'master' into Issue_fixed_1537
Sangamesh1997 d1602ad
core: Fixed internal review points
Sangamesh1997 163c958
Merge branch 'grpc:master' into Issue_fixed_1537
Sangamesh1997 11adf6f
Merge branch 'grpc:master' into Issue_fixed_1537
Sangamesh1997 529a75e
Merge branch 'grpc:master' into Issue_fixed_1537
Sangamesh1997 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
core: Fixed internal review points
- Loading branch information
commit cac52d4e9e6e5e4252ae0bb81622e94d36b29f0f
There are no files selected for viewing
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
Oops, something went wrong.
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.
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.
No. We've already chosen a stream. We can't change to a different stream now. I don't understand why this is being done this way, especially since #1537 said that the stream passed into this function would be the one cancelled.