-
Problem report
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
Sprint 77 (Jun 2021), Sprint 78 (Jul 2021)
-
0.25
DCmass_proxy_update_items() function is called inside transaction and also calls DCconfig_items_apply_changes(), this can be problematic on sqlite3 because lock for sqlite3 is acquired when transaction starts, also see ZBX-19398.
Expected:
Diff is already prepared, should move configuration cache update after transaction.