-
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
MySQL Metrics Collision #6624
Comments
Could you add the log message during write? |
We are currently sending between 20k and 25k PPS to each InfluxDB env. We have debug enabled for our writers to see what is going on so I will have to do some digging |
@danielnelson got it
|
This is #5529, I'll bump up the priority. Workaround is [[inputs.mysql]]
fielddrop = ["ssl_ctx_verify_depth"] # Workaround #5529 Closing this one and we can continue on the other issue. |
Fixes influxdata#8319, influxdata#5711, influxdata#5055, influxdata#7421 See influxdata#5529, influxdata#6624 This could be easily extended to fix influxdata#6671 as well
Fixes influxdata#8319, influxdata#5711, influxdata#5055, influxdata#7421 See influxdata#5529, influxdata#6624 This could be easily extended to fix influxdata#6671 as well
When using one of the most recent versions of Telegraf(1.12.4) and using the MySQL input plugin against multiple MySQL based systems there is some sort of collision going on to cause write drops.
We purged all MySQL measurements in InfluxDB, waited for compactions to finish. We then re enabled the mysql input plugin and immediatly started seeing drops in InfluxDB. Here is the config we used
We run Percona, MySQL and MariaDB across many servers. What we noticed is that something is causing the collision and the dropped writes but I can't seem to figure out the exact metric.
All configs on all MySQL based servers are identical except the username/password
The text was updated successfully, but these errors were encountered: