You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dan Di Spaltro (JIRA)" <ji...@apache.org> on 2009/12/02 06:33:20 UTC

[jira] Created: (CASSANDRA-593) Assertion error on quorum write

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.


[jira] Commented: (CASSANDRA-593) Assertion error on quorum write

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786393#action_12786393 ] 

Hudson commented on CASSANDRA-593:
----------------------------------

Integrated in Cassandra #278 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/278/])
    

> 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
>            Assignee: 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.


[jira] Resolved: (CASSANDRA-593) Assertion error on quorum write

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-593.
--------------------------------------

    Resolution: Fixed
      Assignee: Dan Di Spaltro

one-line fix in r886332

> 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
>            Assignee: 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.