« 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=54941#action_54941 ]

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

last thought, validate that the test case I used meets your requirements, see activemq-core/src/test/java/org/apache/activemq/bugs/AMQ2314Test.java
The test verify the temp store usage increased and decreased as expected. Note, some temp store usage increase is expected, till an in use file is no longer referenced (the current write file cannot be removed), but long term use will be steady.

> 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
>            Assignee: Gary Tully
>             Fix For: 5.4.0
>
>
> 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.