-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
stats: peer is not populated for all HandleRPC client callbacks #6947
Comments
grpc-go/internal/transport/http2_client.go Line 356 in d41b01d
|
@zasweq Do you mean that the test passed for you on |
@aranjans -- Ping; This might something to look at after issue you are currently looking at. |
Sure
…On Wed, Feb 28, 2024 at 11:59 PM Arvind Bright ***@***.***> wrote:
@aranjans <https://github.com/aranjans> -- Ping; This might something to
look at after issue you are currently looking at.
—
Reply to this email directly, view it on GitHub
<#6947 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BGCZU2SZR6GSG6N3432L2VDYV5ZO5AVCNFSM6AAAAABCQDERS6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRZGU4TAMBQG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@pellared We are able to reproduce the issue and would be working on the fix. We would be able to fix all the InPayload and OutPayload, however there is no peer available at Begin and End might not have the peer populated in the case where the RPC was ended even before we got a peer. So we should be able to get End wherever possible. |
Makes sense |
What version of gRPC are you using?
v1.61.0
What version of Go are you using (
go version
)?go version go1.21.4 windows/amd64
What operating system (Linux, Windows, …) and version?
go version go1.21.4 windows/amd64 (was not working on Linux as well)
What did you do?
What did you expect to see?
According to #6897 (comment):
Therefore, the test should pass.
What did you see instead?
The text was updated successfully, but these errors were encountered: