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
In an attempt to replicate this error on a simpler system I have come across a
different error but seemingly related problem. Now I am getting the following
exception in system.log.
DEBUG [pool-1-thread-3] 2010-12-29 12:10:38,897 CassandraServer.java (line 362)
insert
ERROR [pool-1-thread-3] 2
Turn on debug logging to see what nodes the request gets sent to, and
which ones replied.
[dev to BCC]
On Tue, Dec 28, 2010 at 1:59 PM, Thor Carpenter
wrote:
> Hi All,
>
> I am a bit stumped. When reading at a CL of local_quorum I get
> TimedOutExceptions however when reading at any other CL,
Hi All,
I am a bit stumped. When reading at a CL of local_quorum I get
TimedOutExceptions however when reading at any other CL, including ALL,
everything works as expected. Any write CL, including local_quorum, also works
as expected.
I am running a 4 node 0.7 RC1 cluster in datacenter "DC1"