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
We recently saw a test timeout where the cluster shutdown was blocked on
the outbox goroutine attempting to set up a connection to one of the
nodes. We blocked there indefinitely since the remote flows previously
didn't respect quiesce signal (we're using the background context there
because the remote flows outlive the SetupFlow RPC handler context).
This is now fixed.
The bug has been present since forever, and given that we haven't hit
this before, it seems like an extreme edge case, so I decided to omit
the release note.
Release note: None
0 commit comments