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 2019/09/20 09:28:00 UTC

[jira] [Updated] (AMQ-7308) Virtual Topic concurrent send with JMX consumer queue deletion can lead to kahaDb leak

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

Gary Tully updated AMQ-7308:
----------------------------
    Description: With a fast producer on a virtual topic, a jmx op to remove a consumer queue will succeed but it is possible that an inflight send will recreate the kahadb message store and accept the message, which will never be consumed. This message will subsequently prevent cleanup/gc of kahadb leading to excessive disk usage.  (was: With a fast producer on a virtual topic, a jmx op to remove a consumer queue will succeed but it is possible that an inflight send will recreate the kahadb message store and accept the message, which will never be consumed. This message will subsequently prevent cleanup/gc of in kahadb leading to excessive disk usage.)

> Virtual Topic concurrent send with JMX consumer queue deletion can lead to kahaDb leak
> --------------------------------------------------------------------------------------
>
>                 Key: AMQ-7308
>                 URL: https://issues.apache.org/jira/browse/AMQ-7308
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: JMX, KahaDB
>    Affects Versions: 5.15.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>            Priority: Major
>             Fix For: 5.16.0
>
>
> With a fast producer on a virtual topic, a jmx op to remove a consumer queue will succeed but it is possible that an inflight send will recreate the kahadb message store and accept the message, which will never be consumed. This message will subsequently prevent cleanup/gc of kahadb leading to excessive disk usage.



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