« Return to Thread: [jira] Created: (AMQ-2314) tmp_storage is not clean up once a slow subscriber is disconnected.

[jira] Commented: (AMQ-2314) tmp_storage is not clean up once a slow subscriber is disconnected.

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View in Thread


    [ https://issues.apache.org/activemq/browse/AMQ-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54794#action_54794 ]

Gary Tully commented on AMQ-2314:
---------------------------------

just a hunch, but it looks like the order of super.clear() in org.apache.activemq.kaha.impl.container.ListContainerImpl.clear() could be the problem here. A test case would help of course. Think the super.clear whacks the index and the local doClear has nothing to do.

> tmp_storage is not clean up once a slow subscriber is disconnected.
> -------------------------------------------------------------------
>
>                 Key: AMQ-2314
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2314
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.2.0, 5.3.0
>            Reporter: Giovani Seben
>
> With a producer sending messages to a topic with a slow subscriber, and messages accumulating under the tmp_storage, if the consumer is disconnected messages pushed to tmp_storage are not cleaned up by the broker.
> I have a test case for this issue which I'll clean up and attach here.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

 « Return to Thread: [jira] Created: (AMQ-2314) tmp_storage is not clean up once a slow subscriber is disconnected.