You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andy Goldstein (JIRA)" <ji...@apache.org> on 2012/09/07 16:02:09 UTC

[jira] [Created] (QPID-4290) ReplicatingSubscription counts as a consumer and doesn't allow auto-delete queues to be deleted

Andy Goldstein created QPID-4290:
------------------------------------

             Summary: ReplicatingSubscription counts as a consumer and doesn't allow auto-delete queues to be deleted
                 Key: QPID-4290
                 URL: https://issues.apache.org/jira/browse/QPID-4290
             Project: Qpid
          Issue Type: Bug
          Components: C++ Clustering
            Reporter: Andy Goldstein
            Assignee: Alan Conway
         Attachments: qpid-4290.patch

If you create an auto-delete queue, the ReplicatingSubscription that backs it up is included in the Queue's consumerCount, so auto-deletion never occurs because consumerCount is always > 0.  ReplicatingSubscriptions should not be counted as consumers so auto deletion can succeed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Updated] (QPID-4290) ReplicatingSubscription counts as a consumer and doesn't allow auto-delete queues to be deleted

Posted by "Andy Goldstein (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Goldstein updated QPID-4290:
---------------------------------

    Attachment: qpid-4290.patch

Diff against 0.18
                
> ReplicatingSubscription counts as a consumer and doesn't allow auto-delete queues to be deleted
> -----------------------------------------------------------------------------------------------
>
>                 Key: QPID-4290
>                 URL: https://issues.apache.org/jira/browse/QPID-4290
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Clustering
>            Reporter: Andy Goldstein
>            Assignee: Alan Conway
>         Attachments: qpid-4290.patch
>
>
> If you create an auto-delete queue, the ReplicatingSubscription that backs it up is included in the Queue's consumerCount, so auto-deletion never occurs because consumerCount is always > 0.  ReplicatingSubscriptions should not be counted as consumers so auto deletion can succeed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Resolved] (QPID-4290) ReplicatingSubscription counts as a consumer and doesn't allow auto-delete queues to be deleted

Posted by "Alan Conway (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Conway resolved QPID-4290.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19

Committed on trunk:
------------------------------------------------------------------------
r1386672 | aconway | 2012-09-17 11:52:07 -0400 (Mon, 17 Sep 2012) | 5 lines

QPID-4290: HA auto-delete queues are not deleted (Author: Andy Goldstein)

ReplicatingSubscription was being counted as a consumer and preventing
auto-delete queues from being deleted.

------------------------------------------------------------------------

                
> ReplicatingSubscription counts as a consumer and doesn't allow auto-delete queues to be deleted
> -----------------------------------------------------------------------------------------------
>
>                 Key: QPID-4290
>                 URL: https://issues.apache.org/jira/browse/QPID-4290
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Clustering
>            Reporter: Andy Goldstein
>            Assignee: Alan Conway
>             Fix For: 0.19
>
>         Attachments: qpid-4290.patch
>
>
> If you create an auto-delete queue, the ReplicatingSubscription that backs it up is included in the Queue's consumerCount, so auto-deletion never occurs because consumerCount is always > 0.  ReplicatingSubscriptions should not be counted as consumers so auto deletion can succeed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org