[
https://issues.apache.org/jira/browse/ARTEMIS-4279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17723046#comment-17723046
]
ASF subversion and git services commented on ARTEMIS-4279:
----------------------------------------------------------
Commit f1f017fb3b2442a5789364aca7a9ec47a863a51b in activemq-artemis's branch
refs/heads/main from Stephen Higgs
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=f1f017fb3b ]
ARTEMIS-4279 Shutdown critical analyzer thread if error on broker initialization
The broker process fails to exit if an error is encountered starting the
NodeManager. The issue is resolved by converting the critical analyzer thread
to a daemon thread. As added protection, the thread is manually stopped when
this error is encountered.
> CriticalAnalyzer thread does not shut down if error during broker
> initialization
> --------------------------------------------------------------------------------
>
> Key: ARTEMIS-4279
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4279
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.29.0
> Reporter: Stephen Higgs
> Priority: Major
>
> During broker initialization, if there is an error at a very specific time
> (creating nodemanager), the broker will stop but the critical analyzer thread
> will continue to run, preventing the process from exiting.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)