Skip to content
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

Collector pend too many ping-tries #9264

Closed
smilu97 opened this issue Oct 13, 2022 · 1 comment · Fixed by #9266
Closed

Collector pend too many ping-tries #9264

smilu97 opened this issue Oct 13, 2022 · 1 comment · Fixed by #9266
Assignees
Milestone

Comments

@smilu97
Copy link
Contributor

smilu97 commented Oct 13, 2022

agent service in collector continuously tries to send PPing grpc message to agent, but these are sometime blocked permanently, and pended in queue infinitely.

It needs to be suspended properly by checking the stream is busy at the time.

grpc already provides a method to check if stream is ready enough. (io.grpc.stub.ServerCallStreamObserver::isReady)

@smilu97 smilu97 self-assigned this Oct 13, 2022
@emeroad emeroad linked a pull request Oct 13, 2022 that will close this issue
smilu97 pushed a commit to smilu97/pinpoint that referenced this issue Oct 13, 2022
smilu97 pushed a commit to smilu97/pinpoint that referenced this issue Oct 13, 2022
@emeroad emeroad added the bug label Oct 14, 2022
@emeroad emeroad added this to the 2.5.0 milestone Oct 14, 2022
@emeroad
Copy link
Member

emeroad commented Dec 26, 2022

Related issue : pinpoint-apm/pinpoint-go-agent#26

BillionaireDY pushed a commit to BillionaireDY/pinpoint that referenced this issue Dec 29, 2022
BillionaireDY pushed a commit to BillionaireDY/pinpoint that referenced this issue Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants