containerd
containerd copied to clipboard
Make addProcess() parallel
Following Crosby's patch, this commit makes launching health-check processes faster when many health-checks occur simultaneously. It helps avoiding health-check timeouts that Paypal ran into. (FIELD-2190) In addition, this commit adds a lock to protect accessing to 'processes' map of the container.
Signed-off-by: Xinfeng Liu [email protected]
Need wait for travis CI fix https://github.com/docker/containerd/pull/11 to be merged first.