-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Cassandra jmx exporter connections remain on CLOSE_WAIT state #352
Comments
Dupe of #327 |
You cant close the issue. There is no solution given #327 in this issue. |
Hi.. apache-cassandra-3.11.4 netstat -anp | grep 7070 LISTEN 11646/java |
LISTEN 11646/java |
jmx aexporter's service not closing the connection and so after some time prometheus is not able to scrape the metrices.
I have the same setup in all my 3 environments Dev, Staging and Production.
Currently my production is running fine but Dev and Staging both are giving this issue, I wonder as time pass whether this issue will pop up in prod as well.
On running netstat command I get output like following:
when I take count it gives incremental numbers everytime, like:
And this count goes on increasing.
looks like several threads of Cassandra stacktraces are blocked on write, while one of them constantly generating something that looks like an error log.
I don't see nothing in the cassandra log, which might be related to the problem.
I have no idea what should I do to fix this. Please suggest the solution.
I haven't changed anything specifically cassandra or jmx exporter in my cluster.
Cassandra version: 3.7
cqlsh version: 5.0.1
java version: 1.8.0_151
jmx exporter version: 0.3.0
The text was updated successfully, but these errors were encountered: