[ZBX-11093] Bug in correlation rule caching Created: 2016 Aug 15  Updated: 2017 May 30  Resolved: 2016 Aug 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 3.2.0alpha1
Fix Version/s: 3.2.0alpha2

Type: Incident report Priority: Major
Reporter: Andris Zeila Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

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)))
        {


 Comments   
Comment by Andris Zeila [ 2016 Aug 15 ]

Fixed in development branch svn://svn.zabbix.com/branches/dev/ZBX-11093

Comment by Sandis Neilands (Inactive) [ 2016 Aug 16 ]

(1) r61642 contains implementation of VMWare item. Wrong branch?

wiper Right. Removed. Thanks.
RESOLVED r61673.

sandis.neilands CLOSED.

Comment by Sandis Neilands (Inactive) [ 2016 Aug 16 ]

Successfully tested (added referencing comments in r61675).

Comment by Andris Zeila [ 2016 Aug 16 ]

Released in:

  • pre-3.2.0alpha2 r61677
Generated at Sat Apr 27 04:08:24 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.