Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-15670

Inefficient vmware eventlog downloading

XMLWordPrintable

    • Sprint 49 (Feb 2019), Sprint 50 (Mar 2019)
    • 2.5

      There are several problems with vmware eventlog retrieval logic:

      1. Eventlogs are always downloaded in batches of 10, even if there are thousands of old records (0.5sp).
      2. If poller did not check collected event logs between collector data refreshes (so it did not set service.eventlog_last_key to the lastlogsize value), the cached events will be discarded and collector will redownload them (1-2sp).

      The first can be solved by dynamically increasing the batch size with each next request. Start with 10 and multiply by 2 (until batch size reaches 1000) if ReadPreviousEvents returned valid events.

      The second must be investigated more carefully - it seems to be the case, but needs to be tested.

            MVekslers Michael Veksler
            wiper Andris Zeila
            Team A
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: