Hello,
I've installed Zabbix 1.8.2 several weeks ago, and I'm experiencing DB deadlocks, which occurs on randomly. Here is PostgreSQL log:
Can anyone help me?
Thanks
Petr
Zabbix server 1.8.2
Postgres SQL 8.2.0
I've installed Zabbix 1.8.2 several weeks ago, and I'm experiencing DB deadlocks, which occurs on randomly. Here is PostgreSQL log:
Code:
2010-05-16 19:58:55 CESTERROR: deadlock detected 2010-05-16 19:58:55 CESTDETAIL: Process 28227 waits for ExclusiveLock on tuple (11,17) of relation 1571149337 of database 1569403200; blocked by process 28220. 2010-05-16 19:58:55 CESTSTATEMENT: update ids set nextid=nextid+1 where nodeid=0 and table_name='events' and field_name='eventid' 2010-05-16 19:58:57 CESTERROR: current transaction is aborted, commands ignored until end of transaction block 2010-05-16 19:58:57 CESTSTATEMENT: select nextid from ids where nodeid=0 and table_name='events' and field_name='eventid' 2010-05-16 19:58:57 CESTERROR: current transaction is aborted, commands ignored until end of transaction block 2010-05-16 19:58:57 CESTSTATEMENT: select nextid from ids where nodeid=0 and table_name='events' and field_name='eventid' 2010-05-16 19:58:57 CESTERROR: current transaction is aborted, commands ignored until end of transaction block 2010-05-16 19:58:57 CESTSTATEMENT: select max(eventid) from events where eventid between 0 and 99999999999999 2010-05-16 19:58:57 CESTERROR: current transaction is aborted, commands ignored until end of transaction block 2010-05-16 19:58:57 CESTSTATEMENT: insert into ids (nodeid,table_name,field_name,nextid) values (0,'events','eventid',0) 2010-05-16 19:58:57 CESTERROR: current transaction is aborted, commands ignored until end of transaction block ...
Thanks
Petr
Zabbix server 1.8.2
Postgres SQL 8.2.0
Comment