-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: plugin redis send only one result #178
Comments
thanks for the report, I'm assuming you're running on ubuntu? what do you get when you run this command:
and without -test flag:
(or replace these binary/config locations to suit your environment) |
and without -test
no more data |
@kotopes thank you for the detailed report, I'm looking into this now |
pretty nasty bug that affected anyone using multiple redis servers. The TCP connection was being overwritten by all threads and causing a thread deadlock. |
After restart telegraf as service - plugin redis agent sends the data only once. More data will not come.
in log:
in config:
The text was updated successfully, but these errors were encountered: