[mailto:martin.grabmuel...@eleven.de] Sent: 14 September 2010 09:54To: user@cassandra.apache.orgSubject: RE: UnavailableException with 3 nodes and RF=2 When you write with QUORUM, RF/2+1 of the nodes cassandra *wants to write*to have to be up. In your case, RF/2+1 = 2, that means, the two nodes responsiblefor
.
Thanks again.
Chris
From: Dr. Martin Grabmüller [mailto:martin.grabmuel...@eleven.de]
Sent: 14 September 2010 09:54
To: user@cassandra.apache.org
Subject: RE: UnavailableException with 3 nodes and RF=2
When you write with QUORUM, RF/2+1 of the nodes cassandra *wants to write*
to have to be
On Tue, Sep 14, 2010 at 10:43 AM, Chris Jansen
wrote:
> Hi All,
>
>
>
> I’m a newbie to Cassandra so I could have a configuration issue here, I am
> using the latest stable release 0.6.0.
>
>
>
> I have created a cluster of 3 nodes, a keyspace with RF=2 and a rack unaware
> replication strategy. W
@cassandra.apache.org
Subject: UnavailableException with 3 nodes and RF=2
Hi All,
I’m a newbie to Cassandra so I could have a configuration issue here, I
am using the latest stable release 0.6.0.
I have created a cluster of 3
Hi All,
I'm a newbie to Cassandra so I could have a configuration issue here, I
am using the latest stable release 0.6.0.
I have created a cluster of 3 nodes, a keyspace with RF=2 and a rack
unaware replication strategy. When I write with CL=QUORUM with all 3
nodes commit the data fine, but