[ 
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 <nigro.fra@...>
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)

Reply via email to