[
https://issues.apache.org/jira/browse/ARTEMIS-2622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17037258#comment-17037258
]
ASF subversion and git services commented on ARTEMIS-2622:
----------------------------------------------------------
Commit 990890d228f9fa2aec4ee113b6469f5fd309dfca in activemq-artemis's branch
refs/heads/master from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=990890d ]
ARTEMIS-2622 Making replica resilient to closed pages
> 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
> Priority: Major
> Fix For: 2.12.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)