You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/09/28 16:22:00 UTC

[jira] [Work logged] (ARTEMIS-3502) Auto delete of a queue could lead to inconsistencies

     [ https://issues.apache.org/jira/browse/ARTEMIS-3502?focusedWorklogId=656232&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-656232 ]

ASF GitHub Bot logged work on ARTEMIS-3502:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Sep/21 16:21
            Start Date: 28/Sep/21 16:21
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on a change in pull request #3777:
URL: https://github.com/apache/activemq-artemis/pull/3777#discussion_r717745030



##########
File path: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java
##########
@@ -1695,18 +1695,18 @@ public ServerSession createSession(final String name,
 
    @Override
    public ServerSession createInternalSession(String name,
-                                       int minLargeMessageSize,

Review comment:
       My own review: remove these changes that are doing nothing...

##########
File path: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java
##########
@@ -2111,8 +2111,8 @@ static boolean isAutoDelete(boolean autoCreated, AddressSettings addressSettings
    @Deprecated
    @Override
    public Queue createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter,
-                     SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue,
-                     boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreateAddress) throws Exception {
+                            SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue,

Review comment:
       I will remove this changes




-- 
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: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 656232)
    Remaining Estimate: 0h
            Time Spent: 10m

> Auto delete of a queue could lead to inconsistencies
> ----------------------------------------------------
>
>                 Key: ARTEMIS-3502
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3502
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Clebert Suconic
>            Assignee: Clebert Suconic
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Auto delete might happen after a disconnect of consumers.
> on a situation where the consumer was up to date the queue could be removed, leading to a few issues.
> we should improve how we handle with auto-delete and avoid these inconsistencies.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)