Erwin Dondorp created ARTEMIS-4781:
--------------------------------------
Summary: on-disk files for large messages are not always removed
on expiry
Key: ARTEMIS-4781
URL: https://issues.apache.org/jira/browse/ARTEMIS-4781
Project: ActiveMQ Artemis
Issue Type: Bug
Components: Clustering
Affects Versions: 2.33.0
Reporter: Erwin Dondorp
SETUP:
using a broker-cluster.
the results below happen for durable and non-durable messages.
we are producing large amqp messages and leave them on a durable queue. MSG/TMP
files are created in directory `large-messages` for this as expected.
after the configured amount of time, the messages expire as expected. the
original MSG/TMP files are removed as expected.
OBSERVATION
when there is a consumer on the address `ExpiryQueue` on another broker in the
same cluster:
the MSG/TMP files are replaced with the same amount of new MSG/TMP files on the
original broker. but this time the files seem to remain forever. this is
unexpected.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact