Prerequisites
Feature Summary
Add de-duplication logic in syslog health monitor that avoid the monitor to send a new health event if the same XID message has already been sent in the same remediation cycle.
Problem/Use Case
In some of the cluster,s we had over ~800K entries of XID 95 on a problematic node but we had only 29 distinct entries. Treating each of these duplicated entries only causes extra load on the modules down the line and achieve nothing that would aid in smoother/better remediation process.
Proposed Solution
Design PR: #1119
Component
Health Monitor
Prerequisites
Feature Summary
Add de-duplication logic in syslog health monitor that avoid the monitor to send a new health event if the same XID message has already been sent in the same remediation cycle.
Problem/Use Case
In some of the cluster,s we had over ~800K entries of XID 95 on a problematic node but we had only 29 distinct entries. Treating each of these duplicated entries only causes extra load on the modules down the line and achieve nothing that would aid in smoother/better remediation process.
Proposed Solution
Design PR: #1119
Component
Health Monitor