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 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 imme

SV: UnavailableException on QUORUM write

2010-07-21 Thread Per Olesen
>> 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 immediately, or does it wait for RPCTimeout first? It returns with UE immediately.

Re: UnavailableException on QUORUM write

2010-07-20 Thread Jonathan Ellis
On Tue, Jul 20, 2010 at 6:40 AM, Per Olesen 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 reproduc

SV: UnavailableException on QUORUM write

2010-07-20 Thread Per Olesen
___ > 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 wrote: > >> Which client library do you use? > > Direct o

Re: UnavailableException on QUORUM write

2010-07-20 Thread Jonathan Ellis
ableException. 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 w

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-09 Thread Jonathan Ellis
this sounds like a bug, although if you've attempted any node movement or bootstrapping, that could cause the required quorum to be larger than just the number of nodes. On Fri, Jul 9, 2010 at 3:53 AM, Per Olesen wrote: > Hi, > > I am a bit confused about getting an UnavailableException when doin

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.

Re: UnavailableException on QUORUM write

2010-07-09 Thread ChingShen
Which client library do you use? Shen On Fri, Jul 9, 2010 at 4:53 PM, Per Olesen wrote: > 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

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 nodes