[ 
https://issues.apache.org/jira/browse/ARTEMIS-4925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17866535#comment-17866535
 ] 

ASF subversion and git services commented on ARTEMIS-4925:
----------------------------------------------------------

Commit 5af90578cb155e9456745d63d632b0b65eb27ac0 in activemq-artemis's branch 
refs/heads/main from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=5af90578cb ]

ARTEMIS-4925 Test with mirror and replication.

Files will leak on the target and messages will not be received after failover.
Also messages will be written to wrong destinations on the replica. The leak is 
actually between destinations, and the consequence is the file leak.

I usually keep test and fix on the same commit, but in this case I have been 
heavily validating the server with and without the fix,
so I will open an exception in this case and keep the fix and test separated.


> Mirroring and Replication do not work in combination
> ----------------------------------------------------
>
>                 Key: ARTEMIS-4925
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4925
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.35.0
>            Reporter: Clebert Suconic
>            Priority: Major
>             Fix For: 2.36.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Mirror and replication will not work in combination.
> When I first developed mirroring I thought mirroring would be a replacement 
> on replication and people would not really mix both. However users reported 
> me about a setup where they use replication in a local setup, and mirror for 
> DR and that caused issues.
> Basically when paging, the write of the page will fail under replication, 
> because the message on the SNF for mirror will have a different address then 
> where it's stored, and that will cause issues in the process such as file 
> leaks and wrong writes.



--
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


Reply via email to