-
Type:
Problem report
-
Resolution: Unresolved
-
Priority:
Critical
-
Affects Version/s: 7.0.23, 7.4.7, 8.0.0alpha2
-
Component/s: Server (S)
-
None
-
S26-W12/13
-
1
In the log it is possible to see following lines, during this time configuration cache is completely locked and history syncer gets blocked, however changes are really small.
318632:20260305:080438.901 zbx_dc_sync_configuration() timers : 3.489915 sec 160 bytes (2). 318632:20260305:080604.017 zbx_dc_sync_configuration() timers : 3.560886 sec 168 bytes (2). 318632:20260305:080730.692 zbx_dc_sync_configuration() timers : 3.539628 sec 160 bytes (2). 318632:20260305:080855.850 zbx_dc_sync_configuration() timers : 3.656017 sec 160 bytes (2). 318632:20260305:081021.913 zbx_dc_sync_configuration() timers : 3.616663 sec 160 bytes (2). 318632:20260305:081147.336 zbx_dc_sync_configuration() timers : 3.666300 sec 160 bytes (2).
Expected:
Changelog should be utilized, it is not necessary to iterate over all functions and triggers, if changes are very small then locks should only be held for those changes and result in milliseconds of locks held or less, not seconds.
- part of
-
ZBX-27563 History syncer is blocked by configuration syncer due to reindex
-
- Closed
-