[
https://issues.apache.org/jira/browse/ARTEMIS-3541?focusedWorklogId=670573&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-670573
]
ASF GitHub Bot logged work on ARTEMIS-3541:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 27/Oct/21 08:57
Start Date: 27/Oct/21 08:57
Worklog Time Spent: 10m
Work Description: gemmellr commented on pull request #3819:
URL: https://github.com/apache/activemq-artemis/pull/3819#issuecomment-952692716
The change looks reasonable in terms of behaviour for the management issue
that was raised, but I wonder about its impact on the non-management cases.
It seems this method is also used during operation of the general
queue/address auto-deletion sweeps added in ARTEMIS-3502, passing the current
address settings auto-deletion config to the queue deletion operation. I'd
guess thats likely partly why the change causing this issue was originally
made, to stop the address being immediately deleted along with the queue, but
rather handled separately (but typically right afterwards) by the address
sweeping process with the same '2 sweeps then delete' behaviour to stop churn.
Obviously that doesnt work for the management case when that sweep process is
disabled, as was seen.
Perhaps the sweeper or management bits need their own method/arg to govern
the behaviour to their needs?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 670573)
Time Spent: 20m (was: 10m)
> createQueue ignoring autoDeleteAddress flag
> -------------------------------------------
>
> Key: ARTEMIS-3541
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3541
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)