tony2001/pinba_engine

pinba + mariadb, querie hangs

Closed this issue · 2 comments

Hello!
Using pinba-1.0.0 and mariadb-5.5.32.
Extension installed properly and works but when Im trying to do simple query: SELECT * FROM timer LIMIT 15; query just hangs and mysql process eats 100% CPU. Im not able to stop it in proper way, only with SIGKILL.

upd:
interesting details, if Im doing query: SELECT * FROM timer LIMIT 5; it works fine, but if Ill +1 то LIMIT, it will fail:
SELECT * FROM timer LIMIT 6; --> hangs

Please try latest Git version.

Thank you for the answer.
Looks like version from master works properly.