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
49362: cli/quit: proceed with hard shutdown even with short --drain-wait r=tbg a=knz
Found while investigating #49359.
:facepalm: on my side for not testing this.
Also :zap: on grpc for cooking their own error protocol that's incompatible with Go's.
Release note (bug fix): When the value passed to `--drain-wait` is
very small, but non-zero, `cockroach quit` in certain cases would
not proceed to perform a hard shutdown. This has been corrected.
This bug existed since v19.1.9, v19.2.7 and v20.1.1.
Co-authored-by: Raphael 'kena' Poss <[email protected]>
According to #49114 (comment), we should be able to remove
cockroach/pkg/cli/quit.go
Line 288 in a8ae1bf
because we have since picked up grpc/grpc-go#3054.
The text was updated successfully, but these errors were encountered: