Re: Using quorum to read data

2012-01-10 Thread Jérémy SEVELLEC
ael > > > -Original Message- > From: sc...@scode.org [mailto:sc...@scode.org] On Behalf Of Peter Schuller > Sent: Monday, January 09, 2012 5:29 PM > To: dev@cassandra.apache.org > Subject: Re: Using quorum to

RE: Using quorum to read data

2012-01-10 Thread Michael Vaknine
@cassandra.apache.org Subject: Re: Using quorum to read data > 2012-01-09 11:58:33,325 WARN > [me.prettyprint.cassandra.connection.CassandraHostRetryService] - 192.168.80.31(192.168.80.31):9160 host still appears to be down: Unable to > open transport to 192.168.80.31(192.168.80

Re: Using quorum to read data

2012-01-09 Thread Peter Schuller
> 2012-01-09 11:58:33,325 WARN > [me.prettyprint.cassandra.connection.CassandraHostRetryService] - 192.168.80.31(192.168.80.31):9160 host still appears to be down: Unable to > open transport to 192.168.80.31(192.168.80.31):9160 , > java.net.ConnectException: Connection refused: connect> > > What a

Using quorum to read data

2012-01-09 Thread Michael Vaknine
Hi, I have a 4 node cluster 1.0.3 with replication_factor = 3. QUORUM: Returns the record with the most recent timestamp once a quorum (51%+) of replicas has responded. It also triggers a read repair I am using QUORUM to read and write data so I assume that if I get response from 3 servers