-
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
fix(inputs.mysql): Enforce float for all known floating-point information #15791
Conversation
Installed on one node, will keep you posted |
Having removed the processors I now get the following error. MySQL reporting what should be float zero values as 0 (instead of 0.0) appears to cause trouble as these zero values end up wrongly interpreted as an integer.
SQL output of the and related values:
If it helps, some example values can be found here: https://galeracluster.com/library/documentation/galera-status-variables.html |
🤦 I think we need to bite the bullet and put all float values explicitly as float in there. Do you have a list of what should be a float? Otherwise I need to grep this out of the document you linked... |
81ab000
to
6579220
Compare
4e0a8e9
to
84de466
Compare
Download PR build artifacts for linux_amd64.tar.gz, darwin_arm64.tar.gz, and windows_amd64.zip. 📦 Click here to get additional PR build artifactsArtifact URLs |
Summary
Avoid type conflicts by pinning more Galera fields to float.
Checklist
Related issues
resolves #15786