Re: How to ensure data placement on a specific node in a cluster

2010-08-26 Thread Jonathan Ellis
You can't scatter data semi-randomly by connection like that permanently, but https://issues.apache.org/jira/browse/CASSANDRA-876 will let you store it temporarily (for the life of your connection). On Thu, Aug 26, 2010 at 10:39 PM, MK wrote: > Hello, > > I have started playing with a cassandra c

How to ensure data placement on a specific node in a cluster

2010-08-26 Thread MK
Hello, I have started playing with a cassandra cluster and want to do the following - When I insert a value into the cluster by sending the "set" command to a node in the cluster, I want to ensure that atleast one copy of the data will be stored on this node. (So that if this node drops out of the