-
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
jolokia2 - connection leak #4130
Comments
Can you run this:
How many jolokia inputs do you have running? |
Here is telegraf.conf.
Here is a list of opened files. New socket is opened every 10s.
Here is goroutines dump.
|
3 tasks
It's working now. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relevant telegraf.conf:
System info:
HEAD, v1.6.1
Telegraf gathers data from WildFly9 server.
Steps to reproduce:
Expected behavior:
Telegraf should gather data eternally.
Actual behavior:
Telegraf eats all available inodes and stops sending data to the infuxdb
Additional info:
I think is this similiar issue to #1933
Quick fix:
The text was updated successfully, but these errors were encountered: