-
Notifications
You must be signed in to change notification settings - Fork 3.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: unable to parse bool value #3230
Comments
I have the same issue in v0.9.1. |
I have this issue as well, but I have graphite on UDP
log:
|
I'm getting this too, is there any workaround while we wait for a new build? Looks like one bad packet kills the whole daemon and it doesn't recover ;( |
@shish you could figure out plugins that send this value and disable or fix those. I decided to postpone my migration to 0.9 until this fix is in stable release. |
Graphite is the only plugin that I use; disabling that means I have no data at all >_< I'd stick with 0.8, but my 0.8 installation just managed to corrupt itself somehow so I have no data there either... |
@shish that was the same problem that I ran into. But the graphite plugin didn't cause this issue for me - only the collectd plugin. |
@jwilder -- will the latest Graphite PR address this? |
Just built from source after applying the above "Parse NaN as float" patch and copy-pasted ~/gocodez/bin/influxd to /opt/influxdb/influx -- it's been running for 5 minutes and not crashed, which is considerably better than the crashing after ~5 seconds that 0.9.1.deb had \o/ |
@otoolep yes. Not sure if it will fix collectd yet. |
I've been running 3b815e3 for about 45 minutes now without hitting this issue. Used to crash every 30sec-5min. My guess is that this will also fix collectd, but I won't have time to test it for a few days at best. |
Happens with both the collectd and graphite inputs. Haven't tested the others.
Add graphite to InfluxDB config
Test script
Selected portion of log
Versions
$ uname -a Darwin localhost 14.4.0 Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 PDT 2015; root:xnu-2782.30.5~1/RELEASE_X86_64 x86_64 $ go version go version go1.4.2 darwin/amd64 $ influx -version InfluxDB shell 0.9.0-HEAD
The text was updated successfully, but these errors were encountered: