containerd/runtime/v1/linux/proc
Michael Crosby 245052243d Add timeout for I/O waitgroups
Closes #3286

This and a combination of a couple Docker changes are needed to fully
resolve the issue on the Docker side.  However, this ensures that after
processes exit, we still leave some time for the I/O to fully flush
before closing.  Without this timeout, the delete methods would block
forever.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-06-20 16:13:51 -04:00
..
deleted_state.go Return NotFound error for kill and delete in deleted state. 2019-04-26 15:17:18 -07:00
exec_state.go Revert "use state machine management for exec.Pid()" 2019-01-31 18:59:34 -08:00
exec.go Add timeout for I/O waitgroups 2019-06-20 16:13:51 -04:00
init_state.go Remove unused Resize method from initState 2019-05-13 12:35:22 -07:00
init.go Add timeout for I/O waitgroups 2019-06-20 16:13:51 -04:00
io.go Fix path in LogFile creator 2019-06-19 16:53:33 -07:00
process.go Runtime v2 2018-07-17 10:21:29 -04:00
types.go cr: support checkpoint/restore without image 2018-11-29 10:19:39 +08:00
utils.go Add timeout for I/O waitgroups 2019-06-20 16:13:51 -04:00