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
Something wonky is going on with the telegraf package for Xenial. Restarting the daemon spawns extra processes instead of just restarting the original process.
System info:
$ telegraf --version
Telegraf - version 0.13.1
$ uname -srv
Linux 4.5.3-x86_64-linode67 #3 SMP Tue May 10 10:22:44 EDT 2016
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS"
Steps to reproduce:
Install telegraf
Start telegraf (if it doesn't start automatically)
Restart telegraf
Expected behavior:
telegraf is restarted
Actual behavior:
telegraf is restarted, but additional telegraf processes are spawned
It's affecting multiple Xenial systems. I've tried removing (and purging) the telegraf package and reinstalling with no change in behavior. Stopping telegraf kills the "primary" daemon (e.g. pids 30663 and 30664 in the last example above) but not the "secondary" daemons (e.g. pids 30449, 30493, and 30630 in the same example).
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Bug report
Something wonky is going on with the telegraf package for Xenial. Restarting the daemon spawns extra processes instead of just restarting the original process.
System info:
Steps to reproduce:
Expected behavior:
telegraf is restarted
Actual behavior:
telegraf is restarted, but additional telegraf processes are spawned
Additional info:
It's affecting multiple Xenial systems. I've tried removing (and purging) the telegraf package and reinstalling with no change in behavior. Stopping telegraf kills the "primary" daemon (e.g. pids 30663 and 30664 in the last example above) but not the "secondary" daemons (e.g. pids 30449, 30493, and 30630 in the same example).
Thanks in advance.
The text was updated successfully, but these errors were encountered: