Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-6144

Zabbix Proxy history handling without 'history on disk' priority

    XMLWordPrintable

Details

    • Team A
    • Sprint 100 (May 2023), Sprint 101 (Jun 2023), Sprint 102 (Jul 2023), Sprint 103 (Aug 2023), Sprint 104 (Sep 2023)
    • 10

    Description

      Current Proxies clones Server behaviour:

      • get value in buffer
      • store value in database
      • read value
      • sync value
      • delete value

      The problem:

      • DELETE .. IN () .. - happens with a housekeeper - making proxy stuck on receiving new values;

      Feature request:

      • get value in cache;
      • sync value;
      • drop value from cache if sync is successful;
      • store value if sync failed up to offline buffer max;
      • store value if online buffer is activated;
      • backlog sync on network recovery with further drop of the database partitions used to store backlog;

      Or even simplier - dump json files which can be uploaded back and removed as needed for offline buffer.

      Attachments

        Issue Links

          Activity

            People

              arimdjonoks Artjoms Rimdjonoks
              edgar.akhmetshin Edgar Akhmetshin
              Votes:
              9 Vote for this issue
              Watchers:
              17 Start watching this issue

              Dates

                Created:
                Updated: