Re: Cassandra 1.0.6 multi data center read question

2012-05-18 Thread Tom Duffield (Mailing Lists)
Hey Roshan, Read requests accepted by your Coordinator node in your PROD environment will only be sent to your DR data center if you use a CONSISTENCY setting that specifies such. The easiest way to ensure you are only reading from Production is to use LOCAL_QUORUM or ONE on all reads in your P

Cassandra 1.0.6 multi data center read question

2012-05-17 Thread Roshan
Hi I have setup an Cassandra cluster in production and a separate cluster in our DR environment. The setup is basically 2 data center setup. I want to create a separate keyspace on production (production has some other keyspaces) and only that keyspace will sync the data with DR. If I do a read