Bug in correlation rule caching

XMLWordPrintable

    • Type: Incident report
    • Resolution: Fixed
    • Priority: Major
    • 3.2.0alpha2
    • Affects Version/s: 3.2.0alpha1
    • Component/s: 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)))
              {
      

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

              Created:
              Updated:
              Resolved: