[
https://issues.apache.org/jira/browse/ARTEMIS-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16644773#comment-16644773
]
ASF GitHub Bot commented on ARTEMIS-2102:
-----------------------------------------
Github user wy96f commented on the issue:
https://github.com/apache/activemq-artemis/pull/2339
@clebertsuconic Could you look at this PR?
> delete paging directory or table if address is removed
> ------------------------------------------------------
>
> Key: ARTEMIS-2102
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2102
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.6.3
> Reporter: yangwei
> Priority: Major
>
> Our app uses clientRequestor to get message count or other metrics.
> When the broker is globally full(all addresses enters into paging mode), each
> request by clientRequestor will create a temporary reply queue causing a new
> paging directory is created. After each request clientRequestor is closed and
> the temporary queue is deleted, the broker only purges the queue data.
> We should delete paging directory to fix the problem.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)