[
https://issues.apache.org/jira/browse/ARTEMIS-4684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17826053#comment-17826053
]
ASF subversion and git services commented on ARTEMIS-4684:
----------------------------------------------------------
Commit 11b7671960e53cefcf1db7523660108d59ceaeb7 in activemq-artemis's branch
refs/heads/main from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=11b7671960 ]
ARTEMIS-4684 Internal Queues should not redistribute
This is particularly true for the Mirrored SNF queue. Redistribution is not
meant for internal queues. If an internal queue happens to have the same name
on another server, it should not trigger redistribution when consumers are
removed.
It would be possible to work around this by adding an address-setting specific
to the address with redistribution disabled.
ClusteredMirrorSoakTest was intermittently failing because of this. For a few
seconds while the mirror connection is still being made connections could move
messages from one node towards another node if both have the same name.
> Internal queues should not have message redistributed
> -----------------------------------------------------
>
> Key: ARTEMIS-4684
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4684
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.32.0
> Reporter: Clebert Suconic
> Assignee: Clebert Suconic
> Priority: Major
> Fix For: 2.33.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> this is particularly an issue with Mirror. Where a command towards a node
> could endup on a different node.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)