-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Blocker
-
Affects Version/s: 2.4.6
-
Component/s: Proxy (P), Server (S)
Currently we have a check to avoid duplicated nanoseconds for a few values of a Vmware eventlog item in case of same timestamp. But in case of log items ns could be filled with duplicated data before the check will be performed:
static void DCcheck_ns(zbx_timespec_t *ts) { if (ts->ns >= 0) return; ....