Docker container with fluentd logging driver never stops if it can't connect to fluentd #44511
Labels
area/logging
kind/bug
Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.
status/more-info-needed
status/0-triage
version/20.10
Description
A docker container with fluentd logging driver never stops if it can't connect to the fluentd.
In such a case,
docker kill
can't stop the container, either.Reproduce
Even if we execute
docker kill hello
, the container "hello" never stops.Expected behavior
The container "hello" should stop within the timeout.
docker version
docker info
Additional Info
Here is the log after I executed
docker stop hello
:And, here is the stack information:
The text was updated successfully, but these errors were encountered: