I installed the new Zabbix server 1.4.1 and port all the hosts to the new server. Initially the server was working perfectly. However, just one week later, the server, the server failed to capture data very frequently. I got the error message as follows:
12985:20070730:164715 Query failed: [insert into history (clock,itemid,value) v
alues (1185785183,18938,0.518657)] Lock wait timeout exceeded; try restarting tr
ansaction [1205]
12982:20070730:164757 Query failed: [insert into history_uint (clock,itemid,val
ue) values (1185785226,19080,892775915)] Lock wait timeout exceeded; try restart
ing transaction [1205]
12986:20070730:164758 Query failed: [insert into trends (clock,itemid,num,value
_min,value_avg,value_max) values (1185782400,20219,1,0.000000,0.000000,0.000000)
] Lock wait timeout exceeded; try restarting transaction [1205]
I read some posts in the forum and found the problem is related to the hourly housekeeping tasks. In fact, seems no data can be captured during the housekeeping period. Please kindly help.
Configuration:
SuSE SLES10
mysql server 5.0.18 default installation with default innodb options
Total hosts = 24
12985:20070730:164715 Query failed: [insert into history (clock,itemid,value) v
alues (1185785183,18938,0.518657)] Lock wait timeout exceeded; try restarting tr
ansaction [1205]
12982:20070730:164757 Query failed: [insert into history_uint (clock,itemid,val
ue) values (1185785226,19080,892775915)] Lock wait timeout exceeded; try restart
ing transaction [1205]
12986:20070730:164758 Query failed: [insert into trends (clock,itemid,num,value
_min,value_avg,value_max) values (1185782400,20219,1,0.000000,0.000000,0.000000)
] Lock wait timeout exceeded; try restarting transaction [1205]
I read some posts in the forum and found the problem is related to the hourly housekeeping tasks. In fact, seems no data can be captured during the housekeeping period. Please kindly help.
Configuration:
SuSE SLES10
mysql server 5.0.18 default installation with default innodb options
Total hosts = 24
Seems that's why it is so slow. Is it really normal to have so much data? I just use standard Linux template and create my own SNMP monitoring templates.
Comment