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
[None][test] Restrict SIGKILL disposal to broken pools only
Healthy retires (lifetime cap, stale env snapshot, duplicate cache
slot) go back to a graceful background shutdown: those workers are idle
and exit cleanly, and abnormal termination of MPI-spawned children can
upset the MPI runtime in the parent test process. The SIGKILL path is
kept only for pools that failed the health probe, where workers may be
wedged in a collective and a graceful shutdown would block forever.
Signed-off-by: qgai <qgai@nvidia.com>
0 commit comments