You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
)The text was updated successfully, but these errors were encountered: