Skip to content
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

Telegraf 0.10.2 & InfluxDB 0.10.0 Field overflow #703

Closed
zorel opened this issue Feb 16, 2016 · 3 comments
Closed

Telegraf 0.10.2 & InfluxDB 0.10.0 Field overflow #703

zorel opened this issue Feb 16, 2016 · 3 comments

Comments

@zorel
Copy link
Contributor

zorel commented Feb 16, 2016

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.

@sparrc
Copy link
Contributor

sparrc commented Feb 16, 2016

can you show me debug output? InfluxDB 0.10.x isn't supposed to have field overflows. @pauldix

@zorel
Copy link
Contributor Author

zorel commented Feb 16, 2016

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.

@zorel zorel closed this as completed Feb 16, 2016
@sparrc
Copy link
Contributor

sparrc commented Feb 16, 2016

There will be a mesos-specific input plugin available soon that should provide easier-to-use data #682

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants