You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/01 15:50:04 UTC

[jira] [Commented] (BOOKKEEPER-1056) Removed PacketHeader serialization/deserialization allocation

    [ https://issues.apache.org/jira/browse/BOOKKEEPER-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033188#comment-16033188 ] 

ASF GitHub Bot commented on BOOKKEEPER-1056:
--------------------------------------------

GitHub user merlimat opened a pull request:

    https://github.com/apache/bookkeeper/pull/175

    BOOKKEEPER-1056: Removed PacketHeader serialization/deserialization allocation

    When parsing the request packet header, use static methods to avoid creating a `PacketHeader` instance.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/merlimat/bookkeeper packet-header-parsing

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/bookkeeper/pull/175.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #175
    
----
commit bb6de71a14c74ee862dc4d91031ae4647c62b2cf
Author: Matteo Merli <mm...@yahoo-inc.com>
Date:   2015-03-24T18:59:21Z

    BOOKKEEPER-1056: Removed PacketHeader serialization/deserialization allocation

----


> Removed PacketHeader serialization/deserialization allocation
> -------------------------------------------------------------
>
>                 Key: BOOKKEEPER-1056
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1056
>             Project: Bookkeeper
>          Issue Type: Improvement
>            Reporter: Matteo Merli
>            Assignee: Matteo Merli
>            Priority: Minor
>             Fix For: 4.5.0
>
>
> When parsing the request packet header, use static methods to avoid creating a {{PacketHeader}} instance.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)