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

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

Commit e4a6687cd46421cf4fc89c3fa941f439772b6d29 in activemq-artemis's branch 
refs/heads/main from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=e4a6687cd4 ]

ARTEMIS-4723 Avoid objects left on ThreadLocal from OrderedExecutorFactory

co-authored: Jakob van Kruijssen <carda...@gmail.com>


> org.apache.activemq.artemis.utils.actors.Handler$Counter left on the 
> ThreadLocal
> --------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-4723
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4723
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Clebert Suconic
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> org.apache.activemq.artemis.utils.actors.Handler$Counter is left on the 
> ThreadLocal.
> This is used to verify if the execution is InHander.
> The object could be removed after done. So it's not a growing leak (meaning 
> it will keep growing), but it's an unnecessary allocation that can be avoided.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to