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 2011/01/27 17:31:43 UTC

[jira] Updated: (CASSANDRA-2066) 2 (more) Misuses of ByteBuffer relative gets

     [ https://issues.apache.org/jira/browse/CASSANDRA-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylvain Lebresne updated CASSANDRA-2066:
----------------------------------------

    Attachment: 0001-Fix-2-misuses-of-ByteBuffer-relative-gets.patch

Patch attached agains 0.7 branch.
I include a slight optimisation of ByteBufferUtil.getArray() too, that
will avoid a copy at least in some current use of 
RandomPartitionner.factory().fromByteArray() (and possibly other places)

> 2 (more) Misuses of ByteBuffer relative gets
> --------------------------------------------
>
>                 Key: CASSANDRA-2066
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2066
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.0
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>             Fix For: 0.7.1
>
>         Attachments: 0001-Fix-2-misuses-of-ByteBuffer-relative-gets.patch
>
>
> In RandomPartitioner and SerDeUtils

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