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
My question involves slow disk performance, leading to processes entering the 'D' state while waiting for I/O operations. During this state, if a checkpoint is attempted, errors like
(10.001106) Error (criu/cr-dump.c:1470): Timeout reached. Try to interrupt: 0
(10.001226) Error (compel/src/lib/infect.c:235): Unseizable non-zombie 681510 found, state D, err -1/4
occur. Since the 'D' state typically resolves quickly, is there a way for CRIU to wait for the 'D' state to end before proceeding with the checkpoint?
The text was updated successfully, but these errors were encountered:
My question involves slow disk performance, leading to processes entering the 'D' state while waiting for I/O operations. During this state, if a checkpoint is attempted, errors like
(10.001106) Error (criu/cr-dump.c:1470): Timeout reached. Try to interrupt: 0
(10.001226) Error (compel/src/lib/infect.c:235): Unseizable non-zombie 681510 found, state D, err -1/4
occur. Since the 'D' state typically resolves quickly, is there a way for CRIU to wait for the 'D' state to end before proceeding with the checkpoint?
The text was updated successfully, but these errors were encountered: