aboutsummaryrefslogtreecommitdiff
path: root/pkg/domain/infra/tunnel
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@redhat.com>2022-08-26 10:42:34 +0200
committerValentin Rothberg <vrothberg@redhat.com>2022-08-26 12:39:43 +0200
commit15aeccb8341d44510b3ec055678f010a2624b34e (patch)
tree640887649e221c0c6cd6b488b4514c14166f778d /pkg/domain/infra/tunnel
parent36cf6f572a360af91bf261936b6ed6849f355478 (diff)
downloadpodman-15aeccb8341d44510b3ec055678f010a2624b34e.tar.gz
podman-15aeccb8341d44510b3ec055678f010a2624b34e.tar.bz2
podman-15aeccb8341d44510b3ec055678f010a2624b34e.zip
libpod: UpdateContainerStatus: do not wait for container
Commit 30e7cbccc194 accidentally added a deadlock as Podman was waiting for the exit code to show up when the container transitioned to stopped. Code paths that require the exit code to be written (by the cleanup process) should already be using `(*Container).Wait()` in a deadlock free way. [NO NEW TESTS NEEDED] as I did not manage to a reproducer that would work in CI. Ultimately, it's a race condition. Fixes: #15492 Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'pkg/domain/infra/tunnel')
0 files changed, 0 insertions, 0 deletions