[
https://issues.apache.org/jira/browse/ARTEMIS-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17236243#comment-17236243
]
ASF subversion and git services commented on ARTEMIS-2985:
----------------------------------------------------------
Commit e75a679dec01408ec9295b3eb505045fc2a773c9 in activemq-artemis's branch
refs/heads/master from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=e75a679 ]
ARTEMIS-2985 Ordered Executor not needed on Actor
The Actor is already an ordered executor. No need to create one here.
> MQTT should not block netty thread
> ----------------------------------
>
> Key: ARTEMIS-2985
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2985
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: MQTT
> Affects Versions: 2.16.0
> Reporter: Gary Tully
> Assignee: Gary Tully
> Priority: Major
> Fix For: 2.17.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> If some mqtt op blocks on the address or binding manager it will block the
> netty threads and starve existing consumers. In the same way that openwire
> (ARTEMIS-2685) delegates to an ordered executor, mqtt needs to do the same.
> it can leave the ping response in netty to ensure connections stay open while
> busy.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)