Clebert Suconic created ARTEMIS-2622:
----------------------------------------
Summary: Replication on paging eventually erroring on page already
closed.
Key: ARTEMIS-2622
URL: https://issues.apache.org/jira/browse/ARTEMIS-2622
Project: ActiveMQ Artemis
Issue Type: Bug
Components: Broker
Affects Versions: 2.11.0
Reporter: Clebert Suconic
Assignee: Clebert Suconic
Fix For: 2.12.0
I have a case where the system reports this on the replica:
AMQ119217: Cant write to closed file: {0}:
ActiveMQIOErrorException[errorType=IO_ERROR message=AMQ119217: Cant write to
closed file: {0}]
This started to happen after we introduced the exception as part of
ARTEMIS-2088 / 90ca87c5e16df9812a65db37d05306f444dd7fb1
Apparently the writes of the pages were happening after the delete, what could
eventually happen on cleanup.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)