-
Problem report
-
Resolution: Unresolved
-
Major
-
7.0.11
-
None
-
Sprint candidates
Error message like:
received id:643061 is less than last id:643062
is very unclear what does it mean and where it comes from !
If I'm not mistaken, I highly request to make it more clear - to provide a way to trace a root cause!
For example name it:
received value id:643061 is less than last known id:643062, belonged to itemid:12345
https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/src/libs/zbxdbwrap/proxy.c#1289
As I understand, the ID is here https://www.zabbix.com/documentation/7.2/en/manual/appendix/items/activepassive?hl=agent%2Cprotocol#sending-in-collected-data
But I see the function "process_history_data_by_itemids" is used in a few places, so the suggested warning message might be not ideal, to be verified by devs.