You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Gary Tully (Jira)" <ji...@apache.org> on 2021/03/24 16:01:00 UTC

[jira] [Resolved] (AMQ-8202) VirtualTopic concurrentSend can break mKahaDB

     [ https://issues.apache.org/jira/browse/AMQ-8202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully resolved AMQ-8202.
-----------------------------
    Resolution: Fixed

> VirtualTopic concurrentSend can break mKahaDB
> ---------------------------------------------
>
>                 Key: AMQ-8202
>                 URL: https://issues.apache.org/jira/browse/AMQ-8202
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.16.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>            Priority: Major
>             Fix For: 5.17.0
>
>
> With a virtual topic doing concurrent send, if the subscription queues are spread across mKahaDB instances, the tracking of message stores can get out of sync with send completion, leaving dangling messages in the store and missing dispatch.
> The issue is lack of thread safety in the mKahadb transaction store. 
> the workaround is to disable concurrentSend
> {code}
> <virtualTopic name="virtual.>" prefix="sub.global.*." concurrentSend="false"/>{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)