[GitHub] activemq-artemis pull request #1918: ARTEMIS-1722 Reduce pooled Netty ByteBu...

2018-03-06 Thread franz1981
Github user franz1981 closed the pull request at:

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


---


[GitHub] activemq-artemis pull request #1918: ARTEMIS-1722 Reduce pooled Netty ByteBu...

2018-03-02 Thread franz1981
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 
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.




---