You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the processors.ifname setting max_parallel_lookups isn't working as expected. When I added more devices, the plugin started failing to get the ifname for some of them.
Relevant telegraf.conf:
Used default processors.ifname config (max_parallel_lookups = 100)
It seems like the
processors.ifname
settingmax_parallel_lookups
isn't working as expected. When I added more devices, the plugin started failing to get the ifname for some of them.Relevant telegraf.conf:
Used default
processors.ifname
config (max_parallel_lookups = 100
)System info:
Telegraf 1.20.2 (git: HEAD f721f53)
Steps to reproduce:
Expected behavior:
ifname processor to perfectly be able to do lookups in parallel.
Actual behavior:
Randomly getting these kind of errors:
Additional info:
Although there seem to be signals in place to only do one lookup per agent, the lookup function itself does not seem to be thread-safe implemented:
telegraf/plugins/processors/ifname/ifname.go
Lines 301 to 312 in 8265969
The text was updated successfully, but these errors were encountered: