containerd icon indicating copy to clipboard operation
containerd copied to clipboard

Make addProcess() parallel

Open xinfengliu opened this issue 6 years ago • 1 comments

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]

xinfengliu avatar Jan 06 '20 02:01 xinfengliu

Need wait for travis CI fix https://github.com/docker/containerd/pull/11 to be merged first.

xinfengliu avatar Jan 06 '20 06:01 xinfengliu