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
Problem: The job-exec module drains nodes with what it considered "unkillable" processes after max-kill-count attempts have been made to terminate the job shell. However, it is difficult for admins to determine how long that actually took, because the module uses an exponential backoff up to a max of 300s when retrying to kill the job shell.
Consider logging the total time waited until draining nodes for reference.
The text was updated successfully, but these errors were encountered:
Problem: The job-exec module drains nodes with what it considered "unkillable" processes after
max-kill-count
attempts have been made to terminate the job shell. However, it is difficult for admins to determine how long that actually took, because the module uses an exponential backoff up to a max of 300s when retrying to kill the job shell.Consider logging the total time waited until draining nodes for reference.
The text was updated successfully, but these errors were encountered: