[
https://issues.apache.org/jira/browse/ARTEMIS-4569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17807880#comment-17807880
]
ASF subversion and git services commented on ARTEMIS-4569:
----------------------------------------------------------
Commit cedc050e03abf67c2c1e0bfa3cabed8266fdf14f in activemq-artemis's branch
refs/heads/main from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=cedc050e03 ]
ARTEMIS-4569 Blocked Producers will hold runnables until messages are consumed.
When initially developed the expectation was that no more producers would keep
connecting but in a scenario like this
the consumers could actually give up and things will just accumulate on the
server.
We should cleanup these upon disconnect.
> Blocked Producers Memory Leaks
> ------------------------------
>
> Key: ARTEMIS-4569
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4569
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Affects Versions: 2.31.2
> Reporter: Clebert Suconic
> Assignee: Clebert Suconic
> Priority: Major
> Fix For: 2.32.0
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Say you have paging configured as blocking. And you keep opening and closing
> connections that will be blocked while producing.
> These Runnables will accumulate until the number of messages goes back to
> negative again.
> Also these are holding Connections and other server objects.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)