Re: StorageProxy.mutate

2010-07-18 Thread Jonathan Ellis
On Sun, Jul 18, 2010 at 11:29 AM, Mubarak Seyed wrote: > Looks like ClientOnlyExample starts itself up as Read-Only node and hence > can't write, is it true? Yes, as the name implies. > I tried starting node from > bin/cassandra (it did with bind to Thrift Address 127.0.0.2:9160) but > ClientOnl

Re: StorageProxy.mutate

2010-07-18 Thread Mubarak Seyed
eyed > wrote: > > I am trying to load data using contrib/client_only/ClientOnlyExample.java > to > > write mutations using > > StorageProxy.mutate(). > > When i run the ClientOnlyExample.class with write option against single > node > > server, it prints as if

Re: StorageProxy.mutate

2010-07-18 Thread Jonathan Ellis
to > write mutations using > StorageProxy.mutate(). > When i run the ClientOnlyExample.class with write option against single node > server, it prints as if key has written, and shutting down the message > service, i had to kill the JVM (as documented) > When i try to read data usi

StorageProxy.mutate

2010-07-17 Thread Mubarak Seyed
I am trying to load data using contrib/client_only/ClientOnlyExample.java to write mutations using StorageProxy.mutate(). When i run the ClientOnlyExample.class with write option against single node server, it prints as if key has written, and shutting down the message service, i had to kill the