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

Zabbix Proxy history handling without 'history on disk' priority

XMLWordPrintable

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

      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.

        1. image-2023-07-12-13-06-47-681.png
          179 kB
          Larisa Grigorjeva
        2. screenshot-1.png
          59 kB
          Larisa Grigorjeva
        3. Screenshot 2022-06-24 at 20.45.54.png
          2.59 MB
          Edgar Akhmetshin

            wiper Andris Zeila
            edgar.akhmetshin Edgar Akhmetshin
            Team A
            Votes:
            9 Vote for this issue
            Watchers:
            20 Start watching this issue

              Created:
              Updated:
              Resolved: