Assertion error on quorum write
-------------------------------
Key: CASSANDRA-593
URL: https://issues.apache.org/jira/browse/CASSANDRA-593
Project: Cassandra
Issue Type: Bug
Components: Core
Affects Versions: 0.5
Environment: using trunk (r885572) while in the middle of a loadbalance
Reporter: Dan Di Spaltro
Priority: Minor
Fix For: 0.5
In the middle of a quorum write I encountered this error.
2009-12-02_04:59:59.79647 java.lang.AssertionError: invalid response count 3
2009-12-02_04:59:59.79647 at
org.apache.cassandra.service.WriteResponseHandler.<init>(WriteResponseHandler.java:47)
2009-12-02_04:59:59.79647 at
org.apache.cassandra.locator.AbstractReplicationStrategy.getWriteResponseHandler(AbstractReplicationStrategy.java:61)
2009-12-02_04:59:59.79647 at
org.apache.cassandra.service.StorageService.getWriteResponseHandler(StorageService.java:1081)
2009-12-02_04:59:59.79647 at
org.apache.cassandra.service.StorageProxy.insertBlocking(StorageProxy.java:193)
2009-12-02_04:59:59.79647 at
org.apache.cassandra.service.CassandraServer.doInsert(CassandraServer.java:466)
2009-12-02_04:59:59.79647 at
org.apache.cassandra.service.CassandraServer.batch_insert(CassandraServer.java:445)
2009-12-02_04:59:59.79647 at
org.apache.cassandra.service.Cassandra$Processor$batch_insert.process(Cassandra.java:983)
2009-12-02_04:59:59.79647 at
org.apache.cassandra.service.Cassandra$Processor.process(Cassandra.java:712)
2009-12-02_04:59:59.79647 at
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:253)
2009-12-02_04:59:59.79647 at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
2009-12-02_04:59:59.79647 at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
2009-12-02_04:59:59.79647 at java.lang.Thread.run(Thread.java:636)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.