-
Problem report
-
Resolution: Unresolved
-
Minor
-
7.0.10rc1
-
Sprint candidates
Precondition:
Steps to reproduce:
- Create discovery rule with HTTP check for IP range 192.168.3.1-254 and update interval 10s
- Check zabbix server log
Result: Nothing discovered. Server return a lot of errors from oracle e.g.
118026:20250204:143028.405 In zbx_discovery_update_service_down_server() dhostid:1 dserviceids:1 now:1738672223 118026:20250204:143028.405 query [txnlev:1] [ dservices set status=1,lastup=0,lastdown=1738672223 where (status=0 or lastup<>0) and dhostid=1 and not dserviceid=1] 118026:20250204:143028.407 [Z3008] query failed due to primary key constraint: [-1] ORA-00900: invalid SQL statement 118026:20250204:143028.407 query [ dservices set status=1,lastup=0,lastdown=1738672223 where (status=0 or lastup<>0) and dhostid=1 and not dserviceid=1] failed, setting transaction as failed 118026:20250204:143028.407 End of zbx_discovery_update_service_down_server()
Expected: Discovery should work correctly without sql query errors.
- caused by
-
ZBXNEXT-8670 Add support of async snmp to network discovery subsystem
- Closed
- mentioned in
-
Page Loading...