Re: UnavailableException on QUORUM write

2010-07-27 Thread Per Olesen
On Jul 27, 2010, at 12:23 AM, Jonathan Ellis wrote: Can you turn on debug logging and try this patch? Yes, but..I am on vacation now, so it will be about 3 weeks from now.

Re: UnavailableException on QUORUM write

2010-07-26 Thread Jonathan Ellis
Can you turn on debug logging and try this patch? On Wed, Jul 21, 2010 at 1:23 AM, Per Olesen p...@trifork.com wrote: And when one of my non-seed nodes in my 3 node cluster is down, I do NOT get the exception. Anyway, guess I need to try and reproduce it in small scale. Does it return w/ UE

SV: UnavailableException on QUORUM write

2010-07-20 Thread Per Olesen
11:19 Til: user@cassandra.apache.org Emne: Re: UnavailableException on QUORUM write On Jul 9, 2010, at 11:11 AM, ChingShen wrote: Which client library do you use? Direct on thrift api using thrift.jar, in version 917130.

Re: UnavailableException on QUORUM write

2010-07-20 Thread Jonathan Ellis
UnavailableException. Guess at least one seed needs to be up then? Sounds fair. /Per Fra: Per Olesen [...@trifork.com] Sendt: 9. juli 2010 11:19 Til: user@cassandra.apache.org Emne: Re: UnavailableException on QUORUM write On Jul 9, 2010, at 11:11 AM, ChingShen

Re: UnavailableException on QUORUM write

2010-07-20 Thread Jonathan Ellis
On Tue, Jul 20, 2010 at 6:40 AM, Per Olesen p...@trifork.com wrote: Seed should only be important when joining the cluster.  You're using the Thrift API, right? Yep! And when one of my non-seed nodes in my 3 node cluster is down, I do NOT get the exception. Anyway, guess I need to try and

UnavailableException on QUORUM write

2010-07-09 Thread Per Olesen
Hi, I am a bit confused about getting an UnavailableException when doing a QUORUM write. I have a 3 node cluster, with RF=3. When all 3 nodes are up, the QUORUM write succeeds. When 1 of the 3 nodes are down, the QUORUM write fails with UnavailableException. Shouldn't it be enough with 2

Re: UnavailableException on QUORUM write

2010-07-09 Thread ChingShen
of the 3 nodes are down, the QUORUM write fails with UnavailableException. Shouldn't it be enough with 2 nodes up for RF=3? Won't N/2+1 be 2 in my case? /Per

Re: UnavailableException on QUORUM write

2010-07-09 Thread Per Olesen
On Jul 9, 2010, at 11:11 AM, ChingShen wrote: Which client library do you use? Direct on thrift api using thrift.jar, in version 917130.