-
Notifications
You must be signed in to change notification settings - Fork 316
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
hostname_max column is empty #181
Comments
@vachanda , we'll have a look |
I'm sure vachanda above already has fixed this. For others that are having the same issue, the pt-query-digest command line need the hostname specified as described in https://github.com/box/Anemometer/blob/master/README.md i.e, my function in my collect script run across all db's is:
} Note $HOSTNAME and $MYPORT. The latter is picked up from the local my.cnf file like: |
I have the same problem when I use the percona-toolkit 2.2.13,although I specify the host by using https://www.percona.com/blog/2012/08/28/hidden-columns-of-query_review_history/ |
Hi,
I'm using pt-query-digest to parse the mysql slow query logs and am trying to visualize the data using anemometer. I run initial DB schema migrations on anemometer, but when I try to run the pt-query-digest command, it fails with the error -
DBD::mysql::st execute failed: Column 'hostname_max' cannot be null
.The pt-query-digest command -
I'm running it on mysql version
5.7.12
and percona-toolkit version2.2.18
.Any ideas on how to fix it?
The text was updated successfully, but these errors were encountered: