On Thu, Mar 4, 2010 at 1:33 PM, joe smith <water4...@yahoo.com> wrote:

> Hi,
>
> I installed a cluster of 2 nodes using 0.5 version of binary distribution.
> Node 1 is on a Macbook 10.4 w/SoyLatte (java 1.6 port). Node 2 is on a
> Linux desktop. The configuration is straight out of the distribution -
> except the host names for ListenAddress and ThriftAddress.
>
> The nodes started up w/o error and the cluster is verified with nodeprobe
> ring command. Node 1 has a lower Token number than Node 2. I used
> cassandra-cli to connect to node1 and posted a set command to insert data.
> The data was inserted local to node 1 and also replicated successfully to
> node 2. I was able to to connect to node 2 and issue a get command and see
> all the data posted to node 1.
>
> However, when I connected to node 2 and issued the set command, the data
> only get written to node 2 and was not replicated to node 1. Is this the
> correct behavior?


The default configuration is replicationfactor=1.

Reply via email to