Howard Gao created ARTEMIS-4576:
-----------------------------------
Summary: ServerSessionImpl#updateProducerMetrics access large
messages after being routed
Key: ARTEMIS-4576
URL: https://issues.apache.org/jira/browse/ARTEMIS-4576
Project: ActiveMQ Artemis
Issue Type: Bug
Reporter: Howard Gao
Assignee: Howard Gao
ServerSessionImpl#updateProducerMetrics method is being called after a message
is routed. If the message is a large message, it can be acked quickly and it's
backing file will be closed before the method is being called.
This bug causes random failure in test
org.apache.activemq.artemis.tests.integration.paging.MessagesExpiredPagingTest#testSendReceiveCORELarge
--
This message was sent by Atlassian Jira
(v8.20.10#820010)