Re: Too many open files [was Re: Minimizing the impact of compaction on latency and throughput]

2010-07-14 Thread Jorge Barrios
wrote: > do you mean that you don't release the connection back to fhe pool? > > On 2010 7 14 20:51, "Jorge Barrios" wrote: > > Thomas, I had a similar problem a few weeks back. I changed my code to make > sure that each thread only creates and uses one Hector conn

Re: Too many open files [was Re: Minimizing the impact of compaction on latency and throughput]

2010-07-14 Thread Jorge Barrios
Thomas, I had a similar problem a few weeks back. I changed my code to make sure that each thread only creates and uses one Hector connection. It seems that client sockets are not being released properly, but I didn't have the time to dig into it. Jorge On Wed, Jul 14, 2010 at 8:28 AM, Peter Schu