-
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
v0.13.0: panic in influxdb input plugin "interface is json.Delim, not string" #1268
Labels
bug
unexpected problem or unintended behavior
Comments
I'm not sure why this would only happen under load, but it is in fact an easy fix, will have it in the next release. This bug was added in 0.12.1 with this PR: #1008 |
@Sparcc id like to get this fix asap. any news on 1.0 will be released? |
It's already in 0.13.1 I think? |
It's not in the changelog for 0.13.1 just in 1.0 |
It was fixed post-0.13.1
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Telegraf process is sporadically crashing with
panic: interface conversion: interface is json.Delim, not string
. I'm pretty sure that none of the crash happened before update to 0.13.0. Around the same time, I have also updated InfluxDB to 0.13.0.On the other hand, we have machines with the same Telegraf version (OS and everything) that haven't crashed since update.
System info:
telegraf 0.13.0
OS: 64-bit Ubuntu Trusty 14.04
Steps to reproduce:
Not consistently reproducible.
Additional info:
I have a feeling that this problem is happening under stressful conditions (like high CPU usage on the monitored host). See "Command timed out" for several minutes before..
Reading the stacktrace, it is possible that the problem is in
influxdb
plugin. This machine is monitoring the same InfluxDB, which is also the target for the metrics. Telegraf config snippet..Monitored InfluxDB is also on 0.13.0.
The text was updated successfully, but these errors were encountered: