Hmm, interesting. You're right that it's a bug; those two are
supposed to be equivalent.
On Thu, Dec 30, 2010 at 4:02 PM, Thor Carpenter
wrote:
> So, I found a solution, but I think there is a (trivial) bug.
>
> The broken keyspace:
>
> create keyspace KeyspaceDC1 with
> replication_factor =
So, I found a solution, but I think there is a (trivial) bug.
The broken keyspace:
create keyspace KeyspaceDC1 with
replication_factor = 1 and
placement_strategy = 'org.apache.cassandra.locator.NetworkTopologyStrategy'
and
strategy_options = [{DC1:1, DC2:0}];
The fixed keyspace:
cr