[jira] [Commented] (ARTEMIS-2102) delete paging directory or table if address is removed

2018-10-10 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16645684#comment-16645684
 ] 

ASF GitHub Bot commented on ARTEMIS-2102:
-

Github user asfgit closed the pull request at:

https://github.com/apache/activemq-artemis/pull/2339


> 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)


[jira] [Commented] (ARTEMIS-2102) delete paging directory or table if address is removed

2018-10-10 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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)


[jira] [Commented] (ARTEMIS-2102) delete paging directory or table if address is removed

2018-10-02 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16635396#comment-16635396
 ] 

ASF GitHub Bot commented on ARTEMIS-2102:
-

GitHub user wy96f reopened a pull request:

https://github.com/apache/activemq-artemis/pull/2339

ARTEMIS-2102 delete paging directory or table if address is removed

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.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wy96f/activemq-artemis 
destroy_pagestore_on_delete_address

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq-artemis/pull/2339.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2339


commit 6764fbae9890d3e376f43ccbf87536a93f4b4832
Author: yang wei 
Date:   2018-10-02T11:44:57Z

ARTEMIS-2102 delete paging directory or table if address is removed




> 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)


[jira] [Commented] (ARTEMIS-2102) delete paging directory or table if address is removed

2018-10-02 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16635393#comment-16635393
 ] 

ASF GitHub Bot commented on ARTEMIS-2102:
-

Github user wy96f closed the pull request at:

https://github.com/apache/activemq-artemis/pull/2339


> 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)


[jira] [Commented] (ARTEMIS-2102) delete paging directory or table if address is removed

2018-10-02 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16635343#comment-16635343
 ] 

ASF GitHub Bot commented on ARTEMIS-2102:
-

GitHub user wy96f opened a pull request:

https://github.com/apache/activemq-artemis/pull/2339

ARTEMIS-2102 delete paging directory or table if address is removed

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.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wy96f/activemq-artemis 
destroy_pagestore_on_delete_address

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq-artemis/pull/2339.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2339


commit 6764fbae9890d3e376f43ccbf87536a93f4b4832
Author: yang wei 
Date:   2018-10-02T11:44:57Z

ARTEMIS-2102 delete paging directory or table if address is removed




> 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)