Fixed
Details
Assignee
Seth LegerSeth LegerReporter
Michael BatzMichael BatzLabels
Components
Fix versions
Priority
Blocker
Details
Details
Assignee
Seth Leger
Seth LegerReporter
Michael Batz
Michael BatzLabels
Components
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created June 8, 2016 at 5:53 AM
Updated June 29, 2016 at 6:38 PM
Resolved June 29, 2016 at 2:51 PM
When using the JdbcCollector for a MySQL 5.7 server, I saw the following notes in mysql.log:
These lines occur on every datacollection interval and stil occur if Polling and Provisioning were disabled. When I disable Collectd I can't see these lines anymore. So there seems to be an issue with the connection handling in JdbcCollector.
I did some further investigation with wireshark. Per collected value a new JDBC connection was created, but only for a few connections I saw a MySQL close at the end before TCP FIN.