-
Incident report
-
Resolution: Cannot Reproduce
-
Major
-
None
-
3.0.0alpha3
-
trunk r56413
zabbix poller processes seem to crash during host low level discovery
8350:20151102:094631.885 server #4 started [poller #2] ... 8350:20151102:094944.790 In lld_hosts_validate() 8350:20151102:094944.790 query [txnlev:0] [select host,name from hosts where status in (0,1,3) and flags<>2 and ( host='f8bee93e-9256-11e0-afae-001e670f4ce8' or name='localhost.zabbix.trn')] 8350:20151102:094944.791 End of lld_hosts_validate() 8350:20151102:094944.791 In lld_interfaces_make() 8350:20151102:094944.791 End of lld_interfaces_make() 8350:20151102:094944.791 In lld_interfaces_validate() 8350:20151102:094944.791 End of lld_interfaces_validate() 8350:20151102:094944.791 In lld_hostgroups_make() 8350:20151102:094944.791 End of lld_hostgroups_make() 8350:20151102:094944.791 In lld_templates_make() 8350:20151102:094944.791 query [txnlev:0] [select templateid from hosts_templates where hostid=10140] 8350:20151102:094944.791 End of lld_templates_make() 8350:20151102:094944.791 In lld_hostmacros_make() 8350:20151102:094944.791 End of lld_hostmacros_make() 8350:20151102:094944.791 In lld_groups_save() 8350:20151102:094944.791 End of lld_groups_save() 8350:20151102:094944.791 In lld_hosts_save() 8350:20151102:094944.791 query [txnlev:1] [begin;] 8350:20151102:094944.792 In DBget_nextid() tablename:'hosts' 8350:20151102:094944.792 query [txnlev:1] [select nextid from ids where table_name='hosts' and field_name='hostid'] 8350:20151102:094944.792 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='hosts' and field_name='hostid'] 8350:20151102:094944.792 query [txnlev:1] [select nextid from ids where table_name='hosts' and field_name='hostid'] 8350:20151102:094944.792 End of DBget_nextid():10141 table:'hosts' recid:'hostid' zabbix_server [8350]: ERROR [file:db.c,line:2034] Something impossible has just happened. 8342:20151102:094944.794 One child process died (PID:8350,exitcode/signal:1). Exiting ...
> select nextid from ids where table_name='hosts' and field_name='hostid'; +--------+ | nextid | +--------+ | 10140 | +--------+ > select max(hostid) from hosts; +-------------+ | max(hostid) | +-------------+ | 10140 | +-------------+