You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/02 09:37:00 UTC

[jira] [Commented] (ARTEMIS-1722) Reduce pooled Netty ByteBuf usage

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

ASF GitHub Bot commented on ARTEMIS-1722:
-----------------------------------------

GitHub user franz1981 opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1918

    ARTEMIS-1722 Reduce pooled Netty ByteBuf usage

    Given the temporary nature of the ProtonServerSenderContext, the Netty heap pool can be avoided by reusing (enlarging if needed) a lazy local buffer instance.

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

    $ git pull https://github.com/franz1981/activemq-artemis less_netty_heap_buffer

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

    https://github.com/apache/activemq-artemis/pull/1918.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 #1918
    
----
commit beea65a2fbb23a2f76bec2a6b51a29331c70af77
Author: Francesco Nigro <ni...@...>
Date:   2018-03-02T09:36:05Z

    ARTEMIS-1722 Reduce pooled Netty ByteBuf usage
    
    Given the temporary nature of the ProtonServerSenderContext, the Netty heap pool can be avoided by reusing (enlarging if needed) a lazy local buffer instance.

----


> Reduce pooled Netty ByteBuf usage
> ---------------------------------
>
>                 Key: ARTEMIS-1722
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1722
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: AMQP, Broker
>    Affects Versions: 2.4.0
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>            Priority: Major
>             Fix For: 2.5.0
>
>   Original Estimate: 3h
>  Remaining Estimate: 3h
>
> Pooled Netty Heap ByteBuf could be avoided thanks to smart pooling on hot paths, improving scalability and memory footprint.



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