Re: Server takes a long time to answer

2010-08-03 Thread Jean-Yves LEBLEU
Thanks for the anwser. We started cassandra with 1 Gbyte of memory ... but on a machine with only 256 Mbytes of memory. Seems that it was the problem. We added memory on the server and it seems to be better. Regards. Jean-Yves On Mon, Aug 2, 2010 at 9:31 PM, Jonathan Ellis wrote: > Sounds a

Re: Server takes a long time to answer

2010-08-02 Thread Jonathan Ellis
Sounds a lot like it's running out of memory. Check your logs for GCInspector lines. Easiest solution: increase the argument to Xmx in cassandra.in.sh. On Mon, Aug 2, 2010 at 8:05 AM, Jean-Yves LEBLEU wrote: > Hi all, > > We have a cassandra installation with two nodes in a ring, replication >

Server takes a long time to answer

2010-08-02 Thread Jean-Yves LEBLEU
Hi all, We have a cassandra installation with two nodes in a ring, replication factor = 2, some times cassandra becomes non-responsive, it takes about three minutes before answering to a get. Do you have any idea of what we should check when it happens ? Or what could cause the problem. We are usi