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

Bug in correlation rule caching

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Major Major
    • 3.2.0alpha2
    • 3.2.0alpha1
    • Server (S)
    • None

      Correlation conditions could be removed during correlation operation caching:

      Index: src/libs/zbxdbcache/dbconfig.c
      ===================================================================
      --- src/libs/zbxdbcache/dbconfig.c      (revision 61626)
      +++ src/libs/zbxdbcache/dbconfig.c      (working copy)
      @@ -4021,7 +4021,7 @@
       
              zbx_vector_uint64_sort(&syncids, ZBX_DEFAULT_UINT64_COMPARE_FUNC);
       
      -       zbx_hashset_iter_reset(&config->corr_conditions, &iter);
      +       zbx_hashset_iter_reset(&config->corr_operations, &iter);
       
              while (NULL != (operation = zbx_hashset_iter_next(&iter)))
              {
      

            Unassigned Unassigned
            wiper Andris Zeila
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: