Re: 2 node cluster, 1 node down, overall failure

2011-10-27 Thread RobinUs2
Thank you very much Jake! It solved the problem. All reads and writes are working now. Have a nice day! -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/2-node-cluster-1-node-down-overall-failure-tp6936722p6936947.html Sent from the cassandra-u...

Re: 2 node cluster, 1 node down, overall failure

2011-10-27 Thread Jake Luciani
ANY should only be used for Writes, Try with CL.ONE On Thu, Oct 27, 2011 at 11:58 AM, RobinUs2 wrote: > I'm reading with: cassandra_ConsistencyLevel::ANY (phpcassa lib). Is there > any way to verify that all the nodes know that they are RF=2 ? > > -- > View this message in context: > http://cass

Re: 2 node cluster, 1 node down, overall failure

2011-10-27 Thread RobinUs2
I'm reading with: cassandra_ConsistencyLevel::ANY (phpcassa lib). Is there any way to verify that all the nodes know that they are RF=2 ? -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/2-node-cluster-1-node-down-overall-failure-tp6936722p6936912

Re: 2 node cluster, 1 node down, overall failure

2011-10-27 Thread Jake Luciani
What consistency level are you using? With RF=2 your only option is CL.ONE when a node is down. On Thu, Oct 27, 2011 at 11:47 AM, RobinUs2 wrote: > The error I currently see when I take down node B: > > Error performing get_indexed_slices on NODE A IP:9160: exception > 'cassandra_UnavailableExc

Re: 2 node cluster, 1 node down, overall failure

2011-10-27 Thread RobinUs2
The error I currently see when I take down node B: Error performing get_indexed_slices on NODE A IP:9160: exception 'cassandra_UnavailableException' -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/2-node-cluster-1-node-down-overall-failure-tp6936

Re: 2 node cluster, 1 node down, overall failure

2011-10-27 Thread Jake Luciani
You are unable to connect? or you are getting an UnavailableException? On Thu, Oct 27, 2011 at 11:14 AM, RobinUs2 wrote: > I currently run a 2-node cluster with version cassandra 1.0 (stable). With > replication factor 2 on the keyspace which I'm testing. When I shutdown > node > B, it's imposs