Skip to:
When collecting queries from slow-log, the pmm-agent crashed with the messages below.
The slow query is
Set up PMM and add MySQL with slowlog as query source
Run problematic query on the MySQL server (mysql -BNe "set long_query_time = 0; INSERT INTO test ( ID, Value ) VALUES (1,1)";)
mysql -BNe "set long_query_time = 0; INSERT INTO test ( ID, Value ) VALUES (1,1)";
Thanks , I was able to reproduce it as well.
I tested on pmm2 and 3.
is it also possible to get the PMM version/PMM agent version that this happened on?
Slow query log:
MySQL version is: Server version: 8.0.34-26 Percona Server (GPL), Release '26', Revision '0fe62c85'
When collecting queries from slow-log, the pmm-agent crashed with the messages below.
The slow query is
reproduce