containerd/runtime/v1/shim
Michael Crosby 232a063496 Increase reaper buffer size and non-blocking send
Fixes #2709

This increases the buffer size for process exit subscribers. It also
implements a non-blocking send on the subscriber channel.  It is better
to drop an exit even than it is to block a shim for one slow subscriber.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-10-29 16:46:58 -04:00
..
client Runtime v2 2018-07-17 10:21:29 -04:00
v1 Runtime v2 2018-07-17 10:21:29 -04:00
local.go Runtime v2 2018-07-17 10:21:29 -04:00
reaper.go Increase reaper buffer size and non-blocking send 2018-10-29 16:46:58 -04:00
service_linux.go Runtime v2 2018-07-17 10:21:29 -04:00
service_unix.go Runtime v2 2018-07-17 10:21:29 -04:00
service.go optimize shim lock in runtime v1 2018-10-25 15:27:46 +08:00