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
Currently Elastic Agent has a strict contract for GRPC stopping action. The flow must follow exactly this:
Send stopping to client
Receive stopping from client
Client disconnects
In some cases if the client is quick to send stopping and disconnect, the socket will not flush and the server will not get the stopping message. To help with this, Elastic Agent should be more relaxed. It should also check if the client is currently connected and Stop is performed and the client just disconnects consider that a valid completed stop.
The text was updated successfully, but these errors were encountered:
Version: Elastic Agent 7.9 BC2
Currently Elastic Agent has a strict contract for GRPC stopping action. The flow must follow exactly this:
In some cases if the client is quick to send stopping and disconnect, the socket will not flush and the server will not get the stopping message. To help with this, Elastic Agent should be more relaxed. It should also check if the client is currently connected and Stop is performed and the client just disconnects consider that a valid completed stop.
The text was updated successfully, but these errors were encountered: