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 subversion and git services (Jira)" <ji...@apache.org> on 2021/01/11 16:39:00 UTC

[jira] [Commented] (ARTEMIS-3059) AMQP message reencoding should save creating Netty heap arenas

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

ASF subversion and git services commented on ARTEMIS-3059:
----------------------------------------------------------

Commit be3812b2e2e90fdffee33f86085bf96c3cf1eca8 in activemq-artemis's branch refs/heads/master from franz1981
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=be3812b ]

ARTEMIS-3059 AMQP message reencoding should save creating Netty heap arenas


> AMQP message reencoding should save creating Netty heap arenas
> --------------------------------------------------------------
>
>                 Key: ARTEMIS-3059
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3059
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: AMQP, Broker
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>            Priority: Major
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> AMQP reencoding is using Netty pooled heap buffers to encode the message, creating heap arenas that would affect the broker heap memory footprint: this could be saved by using off-heap/direct arenas that are already allocated by the broker for networking.
>  
> What can cause messages to be re-encoded is sending them across bridges, that means that cluster connections (that are special bridges) can stealthy affect the broker memory footprint.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)