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 when one sends SIGTERM to a crdb server, the server starts a graceful shutdown.
If the graceful shutdown does not complete under a minute, the code in cli/start.go further triggers a hard shutdown.
task managers [are assumed to send] SIGTERM first and send a SIGKILL if the process doesn’t terminate within whatever timeout the operator has configured for the task manager
we’d do a hard shutdown after the second signal, like today, so quitting nodes on the command line remains easy.
The text was updated successfully, but these errors were encountered:
knz
added
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
A-cli
labels
Jan 13, 2020
Currently when one sends SIGTERM to a crdb server, the server starts a graceful shutdown.
If the graceful shutdown does not complete under a minute, the code in
cli/start.go
further triggers a hard shutdown.@tbg suggests that we should remove this timeout:
The text was updated successfully, but these errors were encountered: