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
Observed from a consumer application on a recent release, where gazette and the consumer were rolling in tandem (the consumer happened to pick a gazette broker that was exiting):
Digging into this, I'm hesitant to slap a retry on it because we are using FailFast(false) or equivalently WaitForReady(true) on these and other calls, and per WaitForReady comments gRPC should be re-trying these requests on a transient failure if the server didn't process the request (details.
We go a graceful gRPC stop, and all of the brokers exited cleanly, so I'm unsure why these pods received a TCP RST.
Likely will take no immediate action unless this is a repeated problem.
Observed from a consumer application on a recent release, where gazette and the consumer were rolling in tandem (the consumer happened to pick a gazette broker that was exiting):
The text was updated successfully, but these errors were encountered: