You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Francesco Nigro (Jira)" <ji...@apache.org> on 2021/02/20 08:56:00 UTC

[jira] [Created] (ARTEMIS-3131) NettyAcceptors and NettyConnectors aren't sharing EventLoopGroups

Francesco Nigro created ARTEMIS-3131:
----------------------------------------

             Summary: NettyAcceptors and NettyConnectors aren't sharing EventLoopGroups
                 Key: ARTEMIS-3131
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3131
             Project: ActiveMQ Artemis
          Issue Type: Improvement
            Reporter: Francesco Nigro
            Assignee: Francesco Nigro


Currently a broker started with N acceptors are creating N EventLoopGroups that means creating N x (3 x cores) different event loops/threads.

Same is happening with the NettyConnectors.

Ideally both should share any existing EventLoopGroup to save creating too many threads and waste unnecessary resources.



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