We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After the upgrade from Telegraf 0.2 => 0.10.2 and InfluxDB 0.9.6 => 0.10.0, I hit this error:
Telegraf side: ERROR: {"error":"write failed: field overflow"} Influxdb side: write failed for shard 64 on node 1: field overflow POST /write?consistency=&db=avaas&precision=s&rp= HTTP/1.1 500 65 - InfluxDBClient a1c2e0b6-d4c2-11e5-8377-000000000000 1.729674011s
I use a httpjson service for Mesos which answer a quite large payload.
The text was updated successfully, but these errors were encountered:
can you show me debug output? InfluxDB 0.10.x isn't supposed to have field overflows. @pauldix
Sorry, something went wrong.
I delete the old data (the database created by influxdb 0.9.6), and now it works, and I won't have the time to test again soon.
However, the data fetched from Mesos is quite large (1Mo of json), it does not seems really suitable or usable for me.
Thanks.
There will be a mesos-specific input plugin available soon that should provide easier-to-use data #682
No branches or pull requests
After the upgrade from Telegraf 0.2 => 0.10.2 and InfluxDB 0.9.6 => 0.10.0, I hit this error:
Telegraf side: ERROR: {"error":"write failed: field overflow"}
Influxdb side:
write failed for shard 64 on node 1: field overflow
POST /write?consistency=&db=avaas&precision=s&rp= HTTP/1.1 500 65 - InfluxDBClient a1c2e0b6-d4c2-11e5-8377-000000000000 1.729674011s
I use a httpjson service for Mesos which answer a quite large payload.
The text was updated successfully, but these errors were encountered: