My team is attempting to get a Zabbix server set up, and we're running into a transient problem with deadlocks coming from the database.
Here's an example of what sorts of things show up in the front-end:
We're using a MYSQL database cluster for our back-end, and have been working with the administrators to tune the wait_timeout and similar thresholds (to deal with "MySQL server has gone away" errors), but this appears to be a different problem.
Unfortunately, even when setting the log threshold to "debug", nothing about these appears in the Zabbix server logs.
Any advice or tips on how to address these deadlocks would be appreciated.
And if there's any additional information that I can provide that would be helpful, please let me know.
Here's an example of what sorts of things show up in the front-end:
Error in query [SELECT MAX(g.gui_access) AS gui_access FROM usrgrp g,users_groups ug WHERE ug.userid='10' AND g.usrgrpid=ug.usrgrpid] [Deadlock found when trying to get lock; try restarting transaction]
Unfortunately, even when setting the log threshold to "debug", nothing about these appears in the Zabbix server logs.
Any advice or tips on how to address these deadlocks would be appreciated.
And if there's any additional information that I can provide that would be helpful, please let me know.
Comment