-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
panic in docker module: interface conversion int64 uint64 #2027
Comments
the panic lines appear to be truncated, do you have the full traceback? I can't see the line numbers with this one |
also, what is your docker version? |
Docker version 1.12.3, build 6b644ec Full dump is:
I get this dump with |
please try to find a way to get untruncated lines from journalctl, some googling around seems to suggest that |
@sparrc Thank you for pointing me! I updated comment above, please check. Upd.: Update error message in first post. |
I am experiencing the same crash - telegraf running in a ubuntu 14.4 docker container, mounting /var/run into a '--privileged' docker container so i can read both base system metrics as well as '/var/run/docker.sock' - full trace:
|
I haven't been able to reproduce this, and looking at the code I don't see how it's possible, but I do have a change that should prevent it from happening. Before merging that I'd like to dig into it a bit more. Do either of you have steps to reproduce? does the panic happen immediately? how many containers are you running? |
Ubuntu 16.04, telegraf: 1.1.0, installed from ofiicial repo.
If in docker plugin
total = true
, telegraf fails with mesaage:Tuning
total = false
fix the problem.The text was updated successfully, but these errors were encountered: