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

[jira] [Created] (QPID-4350) HA handle auto-delete queues

Alan Conway created QPID-4350:
---------------------------------

             Summary: HA handle auto-delete queues
                 Key: QPID-4350
                 URL: https://issues.apache.org/jira/browse/QPID-4350
             Project: Qpid
          Issue Type: Improvement
          Components: C++ Clustering
    Affects Versions: 0.18
            Reporter: Alan Conway
            Assignee: Alan Conway


There are two problems with auto-delete queues and HA:

1. If the primary dies, auto-delete queues will never be deleted from the backups.

2. If a timed auto-delete queue times out on the backup before the primary, it can cause a replication error and shut down the backup.

--
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-4350) HA handle auto-delete queues

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

Alan Conway resolved QPID-4350.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19

Fixed on trunk

------------------------------------------------------------------------
r1397243 | aconway | 2012-10-11 15:23:30 -0400 (Thu, 11 Oct 2012) | 5 lines

Bug 860701 - QPID-4350: HA handle auto-delete queues

Subscribed auto-delete queues are deleted by the backup.
Timed auto-delete queues are deleted after the timeout.

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

                
> HA handle auto-delete queues
> ----------------------------
>
>                 Key: QPID-4350
>                 URL: https://issues.apache.org/jira/browse/QPID-4350
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Clustering
>    Affects Versions: 0.18
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>             Fix For: 0.19
>
>
> Auto delete queues are not deleted on backups if the primary fails.
> To reproduce, create an auto-delete queue and subscribe to it then kill the primary. The queue will still be present on the backup. Note backups should _not_ delete auto-delete queues that have never been subscribed.

--
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-4350) HA handle auto-delete queues

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

Alan Conway updated QPID-4350:
------------------------------

    Description: nb  (was: There are two problems with auto-delete queues and HA:

1. If the primary dies, auto-delete queues will never be deleted from the backups.

2. If a timed auto-delete queue times out on the backup before the primary, it can cause a replication error and shut down the backup.)
    
> HA handle auto-delete queues
> ----------------------------
>
>                 Key: QPID-4350
>                 URL: https://issues.apache.org/jira/browse/QPID-4350
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Clustering
>    Affects Versions: 0.18
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>
> nb

--
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-4350) HA handle auto-delete queues

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

Alan Conway updated QPID-4350:
------------------------------

    Description: 
Auto delete queues are not deleted on backups if the primary fails.

To reproduce, create an auto-delete queue and subscribe to it then kill the primary. The queue will still be present on the backup. Note backups should _not_ delete auto-delete queues that have never been subscribed.

  was:nb

    
> HA handle auto-delete queues
> ----------------------------
>
>                 Key: QPID-4350
>                 URL: https://issues.apache.org/jira/browse/QPID-4350
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Clustering
>    Affects Versions: 0.18
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>
> Auto delete queues are not deleted on backups if the primary fails.
> To reproduce, create an auto-delete queue and subscribe to it then kill the primary. The queue will still be present on the backup. Note backups should _not_ delete auto-delete queues that have never been subscribed.

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