-
Notifications
You must be signed in to change notification settings - Fork 18.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent logging output to the fluentd driver. #27374
Comments
Video reproducing the steps: https://www.youtube.com/watch?v=7CdffAAaA9o |
Change was merged in #26740 ping @tagomoris any ideas ? |
I'm in vacation and almost apart from internet. 2016年10月15日土曜日、Sebastiaan van Stijnnotifications@github.comさんは書きました:
田籠 聡 (TAGOMORI Satoshi) |
no worries, thanks @tagomoris, enjoy your vacation! |
I reproduced this issue in my development container with these commands:
I ran 3 containers, and 1 container failed to reconnect to fluentd node after restart. |
I identified the root cause and created a patch to fix it. I will create a pull-request for docker after merging it into fluent-logger-golang:master. |
Thanks for the quick turnaround @tagomoris |
@tevjef Can you try to verify with master? Thanks! |
LGTM. Can't wait for 1.12.3!
|
Description
Docker does not produce logs for some or all containers after a fluentd logging container restarts.
Steps to reproduce the issue:
test.conf
docker logs -f fluentd
ping-4
and restart the fluentd container.I've noticed that the last container started is always logged. Or rather, the last that were created before restarting the fluentd container. I've only noticed this issue since updating to 1.12.2 from 1.12.1.
I would like to test this again on 1.12.1 but I don't know to get it.I could not replicate this issue in 1.12.1
After a diff of the 1.12.1 and 1.12.2 releases, I noticed a change was made here in the fluentd dependancy.
Output of
docker version
:Output of
docker info
:Linode
uname -a
Linux debian 4.7.0-x86_64-linode72 #1 SMP Thu Aug 4 15:15:18 EDT 2016 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: