plumb otel subchannel metrics disconnect error#12342
Merged
AgraVator merged 27 commits intogrpc:masterfrom Dec 23, 2025
Merged
Conversation
AgraVator
commented
Sep 10, 2025
binder/src/main/java/io/grpc/binder/internal/BinderClientTransport.java
Outdated
Show resolved
Hide resolved
ejona86
approved these changes
Sep 18, 2025
binder/src/main/java/io/grpc/binder/internal/BinderClientTransport.java
Outdated
Show resolved
Hide resolved
core/src/main/java/io/grpc/internal/ClientTransportWithDisconnectReason.java
Outdated
Show resolved
Hide resolved
okhttp/src/test/java/io/grpc/okhttp/OkHttpClientTransportTest.java
Outdated
Show resolved
Hide resolved
b6dce83 to
339ef99
Compare
4df2777 to
2c3b757
Compare
Contributor
Author
|
last reviewed till 44fc3f9 |
ejona86
reviewed
Oct 15, 2025
Member
ejona86
left a comment
There was a problem hiding this comment.
My comments about SUBCHANNEL_SHUTDOWN are still outstanding, and would apply to the new shutdown() methods introduced (where I see some are UNKNOWN).
ejona86
reviewed
Nov 24, 2025
Member
ejona86
left a comment
There was a problem hiding this comment.
Apparently I've had these comments just sitting around, thinking I had sent them.
okhttp/src/test/java/io/grpc/okhttp/OkHttpClientTransportTest.java
Outdated
Show resolved
Hide resolved
ejona86
approved these changes
Dec 22, 2025
jdcormie
pushed a commit
to jdcormie/grpc-java
that referenced
this pull request
Feb 11, 2026
Finishes the remaining work of [A94](https://github.com/grpc/proposal/pull/485/files) i.e. the plumbing the disconnect error
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.
Finishes the remaining work of A94