Commit ad96014
refactor(snmp_zabbix): migrate scheduler to Min-Heap with consistent … (#1379)
* refactor(snmp_zabbix): migrate scheduler to Min-Heap with consistent hashing
* fix(snmp_zabbix): robust macro expansion and dependency tree building
* chore(snmp_zabbix): robust pointer judgement
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* refactor(snmp_zabbix): optimize scheduler and fix thread safety
* refactor(snmp_zabbix): use copy remove (stable) instead of swap remove
* refactor(snmp_zabbix): enhance scheduler stability and thread safety
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 2aa2178 commit ad96014
File tree
7 files changed
+639
-348
lines changed- inputs/snmp_zabbix
7 files changed
+639
-348
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
0 commit comments