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
This bug actually doesn't occur if the config being used is small enough; I can reproduce this using the default generated config however if I remove all of the commented lines from that config (as per the configuration above), then the error never occurs.
The text was updated successfully, but these errors were encountered:
Relevant telegraf.conf:
Default configuration from
./telegraf config --output-filter file
as well asSystem info:
Linux kernel:
5.0.11-arch1-1-ARCH
Telegraf version:
Telegraf unknown (git: master e6dd8536)
Steps to reproduce:
while [ true ]; do kill -s SIGHUP $(pidof telegraf); done
Expected behavior:
Configuration reloads on a loop.
Actual behavior:
E! [telegraf] Error running agent: context canceled
Additional info:
This bug actually doesn't occur if the config being used is small enough; I can reproduce this using the default generated config however if I remove all of the commented lines from that config (as per the configuration above), then the error never occurs.
The text was updated successfully, but these errors were encountered: