kosh-jelly
kosh-jelly
Got another hang after running for 18 hours so I get a chance to grab somemore data, and I think we're getting closer to finding something useful. In netstat I...
Absolutely. Here's the full stack trace. Looks like all threads are stuck at the same point in my code, on the `fetch_robots` call: ``` /home/deploy/domain_freek/releases/167/vendor/bundle/ruby/2.1.0/gems/httpclient-2.5.3.3/lib/httpclient/session.rb:815:in `new' /home/deploy/domain_freek/releases/167/vendor/bundle/ruby/2.1.0/gems/httpclient-2.5.3.3/lib/httpclient/session.rb:815:in `create_socket' /home/deploy/domain_freek/releases/167/vendor/bundle/ruby/2.1.0/gems/httpclient-2.5.3.3/lib/httpclient/session.rb:763:in `block...
Thanks so much for your help with this nahi! I'm really impressed with your work on HTTPClient. I'll add those two lines of code and post an update. Typically after...
Ahh, ok. Yeah I have a separate thread for each domain, and each thread should already have it's own instance of HTTPClient. When I move onto a new domain the...
Looks like the reset_all workaround did not solve the problem. Threads again hung after about 18 hours of running on the same line. Current codebase looks like this: ``` class...