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
I suspect this can be fixed by not attempting to perform a seek if from_beginning = true.
It seems we also have an issue where the error is silently discarded.
The text was updated successfully, but these errors were encountered:
Bug report
Relevant telegraf.conf:
System info:
telegraf-1.0.1_7_g00637b3-0
CentOS/7
Steps to reproduce:
mkfifo /var/tmp/foo.fifo
Expected behavior:
To tail the pipe
Actual behavior:
Doesn't tail the pipe
Additional info:
No error output is generated at all. Telegraf silently closes the file descriptor and does nothing.
I suspect this can be fixed by not attempting to perform a seek if
from_beginning = true
.It seems we also have an issue where the error is silently discarded.
The text was updated successfully, but these errors were encountered: