You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sylvain Lebresne (Created) (JIRA)" <ji...@apache.org> on 2011/11/29 16:59:40 UTC

[jira] [Created] (CASSANDRA-3539) Assertion error when forwarding to local nodes

Assertion error when forwarding to local nodes
----------------------------------------------

                 Key: CASSANDRA-3539
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3539
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0.4
            Reporter: Sylvain Lebresne
             Fix For: 1.0.5


CASSANDRA-3530 introduces a regression as reported on irc:
{quote}
Started a rolling upgrade from 1.0.3 to 1.0.4 now all boxes are constantly spitting out this assert: at 
org.apache.cassandra.db.RowMutationVerbHandler.forwardToLocalNodes(RowMutationVerbHandler.java:71)
{quote}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (CASSANDRA-3539) Assertion error when forwarding to local nodes

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

Sylvain Lebresne reassigned CASSANDRA-3539:
-------------------------------------------

    Assignee: Sylvain Lebresne
    
> Assertion error when forwarding to local nodes
> ----------------------------------------------
>
>                 Key: CASSANDRA-3539
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3539
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.4
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>             Fix For: 1.0.5
>
>
> CASSANDRA-3530 introduces a regression as reported on irc:
> {quote}
> Started a rolling upgrade from 1.0.3 to 1.0.4 now all boxes are constantly spitting out this assert: at 
> org.apache.cassandra.db.RowMutationVerbHandler.forwardToLocalNodes(RowMutationVerbHandler.java:71)
> {quote}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3539) Assertion error when forwarding to local nodes

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

Sylvain Lebresne updated CASSANDRA-3539:
----------------------------------------

    Attachment: 3539.patch

The problem was that we were writing a FOWARD_HEADER with an empty byte array in case there were no local nodes to forward to.
                
> Assertion error when forwarding to local nodes
> ----------------------------------------------
>
>                 Key: CASSANDRA-3539
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3539
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.4
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>             Fix For: 1.0.5
>
>         Attachments: 3539.patch
>
>
> CASSANDRA-3530 introduces a regression as reported on irc:
> {quote}
> Started a rolling upgrade from 1.0.3 to 1.0.4 now all boxes are constantly spitting out this assert: at 
> org.apache.cassandra.db.RowMutationVerbHandler.forwardToLocalNodes(RowMutationVerbHandler.java:71)
> {quote}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3539) Assertion error when forwarding to local nodes

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

Jonathan Ellis commented on CASSANDRA-3539:
-------------------------------------------

+1
                
> Assertion error when forwarding to local nodes
> ----------------------------------------------
>
>                 Key: CASSANDRA-3539
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3539
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.4
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>             Fix For: 1.0.5
>
>         Attachments: 3539.patch
>
>
> CASSANDRA-3530 introduces a regression as reported on irc:
> {quote}
> Started a rolling upgrade from 1.0.3 to 1.0.4 now all boxes are constantly spitting out this assert: at 
> org.apache.cassandra.db.RowMutationVerbHandler.forwardToLocalNodes(RowMutationVerbHandler.java:71)
> {quote}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira