Re: Cassandra error with large connection

2010-02-02 Thread JKnight JKnight
Thank you very much, Mr Jonathan. On Mon, Feb 1, 2010 at 11:04 AM, Jonathan Ellis jbel...@gmail.com wrote: On Mon, Feb 1, 2010 at 10:03 AM, Jonathan Ellis jbel...@gmail.com wrote: I see a lot of CLOSE_WAIT TCP connection. Also, this sounds like you are not properly pooling client

Re: Cassandra error with large connection

2010-02-01 Thread Jonathan Ellis
On Mon, Feb 1, 2010 at 10:03 AM, Jonathan Ellis jbel...@gmail.com wrote: I see a lot of CLOSE_WAIT TCP connection. Also, this sounds like you are not properly pooling client connections to casssandra. You should have one connection per user, not one connection per operation. -Jonathan