Isaac Banner

Results 24 comments of Isaac Banner

I think I fixed the issue. I'm going to let it sit for a little while longer, but I'm not seeing any unbounded increase in the number of open files....

Alright, after >12 hours the netstat is still returning below 4000, the lsof below 200. I think this works.

Well, this only fixed part of the issue, apparently. I didn't notice because I was only checking for connections on Port 9092, but it's still leaving open sockets on 9091...

Alright, I replaced the finagle-kafka library with a different kafka connection system and the number of open connections is consistently remaining below 20. I can only assume that okapies' library...

Not all the client connections to kafka were being closed, only the one that was being used. Changed the client closing line (now line 80) to close all the clients...

It's likely because it's not connected to the proper directory. See #34.

@navneet-flipkart Did you check your chroot? Does the problem still persist or can this issue be closed?

Ah, I don't own the repo - I'm just trying to clean up the issues since I've been working with the utility. I can't close issues.

Yeah, we fussed with the application.conf file for a while and finally just went in and commented out the debug lines instead. I don't know why it's ignoring the config...

If you're failing to open a socket, you may have too many open. What does `netstat -an | grep ESTA | wc -l` return? If it's a big number, then...