You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Eduard Tudenhoefner (JIRA)" <ji...@apache.org> on 2019/01/24 12:17:00 UTC

[jira] [Updated] (TINKERPOP-2141) ByteBufferSerializer modifies buffer's position

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

Eduard Tudenhoefner updated TINKERPOP-2141:
-------------------------------------------
    Description: The {{ByteBufferSerializer}} modifies the resulting buffer's position. The reason this wasn't caught by the existing test is because *ByteBuffer.allocate(8).putLong(123456)* also modifies the buffer's position.  (was: The {{ByteBufferSerializer}} modifies the resulting buffer's position)

> ByteBufferSerializer modifies buffer's position
> -----------------------------------------------
>
>                 Key: TINKERPOP-2141
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2141
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: driver
>    Affects Versions: 3.4.0
>            Reporter: Eduard Tudenhoefner
>            Priority: Major
>             Fix For: 3.4.1
>
>
> The {{ByteBufferSerializer}} modifies the resulting buffer's position. The reason this wasn't caught by the existing test is because *ByteBuffer.allocate(8).putLong(123456)* also modifies the buffer's position.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)