mirror of
https://github.com/containerd/containerd.git
synced 2026-07-01 04:08:10 +00:00
For the progress tracker, after creating job, it doesn't mean that we have created ingest object for that job. There is race condition. We should not mark job as completed if blob is not found. Fixes: #11758 Signed-off-by: Wei Fu <fuweid89@gmail.com>