Files
containerd/core
Andrew Halaney 54a5a606cb shim_load: Consider shim leaked only if we can't find pids
Right now the statement is treating any error from the shim as leaking
(len(pInfo == 0 is true for any error). It seems the intent was to only
treat shims this way if the error was not found, or if there's
legitimately no pids associated with the shim. Let's fix that up to
avoid orphaning shims that just had a small error in reading pids.

Link: https://github.com/containerd/containerd/issues/13784
Signed-off-by: Andrew Halaney <ahalaney@netflix.com>
2026-07-20 13:38:01 -05:00
..
2026-04-09 14:17:35 +08:00
2026-03-15 15:00:42 +01:00
2026-03-17 13:36:17 +01:00
2026-03-15 18:24:14 +01:00
2026-07-04 12:08:50 -04:00