I am following example posted on 
http://www.datastax.com/dev/tutorials/getting_started_0.7/using_cli#cassandra-cli
cli 

I am seeing:

$ set users['jsmith']['password']='ch@ngem3';
Internal error processing insert

In the logs I see:

java.lang.AssertionError: invalid response count 1 for replication factor 0
        at
org.apache.cassandra.service.WriteResponseHandler.determineBlockFor(WriteResponseHandler.java:98)
        at
org.apache.cassandra.service.WriteResponseHandler.<init>(WriteResponseHandler.java:48)
        at
org.apache.cassandra.service.WriteResponseHandler.create(WriteResponseHandler.java:61)
        at
org.apache.cassandra.locator.AbstractReplicationStrategy.getWriteResponseHandler(AbstractReplicationStrategy.java:125)
        at
org.apache.cassandra.locator.NetworkTopologyStrategy.getWriteResponseHandler(NetworkTopologyStrategy.java:165)

--

My guess is because I am using network topology as specified in the example.
Is that correct?

What's the best way to fix the problem?
-- 
View this message in context: 
http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Internal-error-processing-insert-tp6025740p6025740.html
Sent from the cassandra-u...@incubator.apache.org mailing list archive at 
Nabble.com.

Reply via email to