As per Jonathans previous comments, the CLI defaults to using the
NetworkTopologyStrategy which requires different strategy_options. See the CLI
help under help create keyspace;
When using the strategy_options clause you need to specify the options the
strategy is expecting. From the examples i
Sorry about that sent the last email a little prematurely.
--
Does anyone have a solution or have seen this type of behavior?
Running: apache-cassandra08-0.8.2
Attempting to use QUORUM reads and writes only works on a keyspace with =
RF =3D 1. With RF set to 2 or 3, the write fails and reads
CLI defaults to NTS. You need to specify SimpleStrategy if that's
what you want.
https://issues.apache.org/jira/browse/CASSANDRA-2960
On Mon, Aug 8, 2011 at 3:10 PM, Bret Palsson wrote:
> Running: apache-cassandra08-0.8.2
>
> Attempting to use QUORUM reads and writes only works on a keyspace wi
Running: apache-cassandra08-0.8.2
Attempting to use QUORUM reads and writes only works on a keyspace with RF = 1.
With RF set to 2 or 3, the write fails and reads return unavailable.
These CLI commands will reproduce the issue:
create keyspace rftest with strategy_options=[{replication_factor:2