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 (JIRA)" <ji...@apache.org> on 2010/10/28 11:22:05 UTC

[jira] Created: (CASSANDRA-1672) Hinted HandOff are not delivered correctly following change to ByteBuffer

Hinted HandOff are not delivered correctly following change to ByteBuffer
-------------------------------------------------------------------------

                 Key: CASSANDRA-1672
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1672
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Sylvain Lebresne
            Assignee: Sylvain Lebresne
             Fix For: 0.7.0
         Attachments: 0001-Fix-hinted-handoff.patch

In trunk (rc1-snapshot), I get a Fatal Exception during hints delivery, the exception being: 
java.lang.RuntimeException: Corrupted hint name java.nio.HeapByteBuffer[pos=0 lim=22 cap=22]

This is due to a misuse of the 3rd parameter of ArrayUtils.lastIndexOf.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1672) Hinted HandOff are not delivered correctly following change to ByteBuffer

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

Sylvain Lebresne updated CASSANDRA-1672:
----------------------------------------

    Attachment: 0001-Fix-hinted-handoff.patch

> Hinted HandOff are not delivered correctly following change to ByteBuffer
> -------------------------------------------------------------------------
>
>                 Key: CASSANDRA-1672
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1672
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>             Fix For: 0.7.0
>
>         Attachments: 0001-Fix-hinted-handoff.patch
>
>
> In trunk (rc1-snapshot), I get a Fatal Exception during hints delivery, the exception being: 
> java.lang.RuntimeException: Corrupted hint name java.nio.HeapByteBuffer[pos=0 lim=22 cap=22]
> This is due to a misuse of the 3rd parameter of ArrayUtils.lastIndexOf.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.