You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (Created) (JIRA)" <ji...@apache.org> on 2011/12/16 12:32:30 UTC

[jira] [Created] (QPID-3691) Failover should sync once before indicating successfully failing comepletion

Failover should sync once before indicating successfully failing comepletion
----------------------------------------------------------------------------

                 Key: QPID-3691
                 URL: https://issues.apache.org/jira/browse/QPID-3691
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: 0.15
            Reporter: Keith Wall
            Assignee: Keith Wall


On failover, the Java client completes all resubscription activities (producers, consumers) without performing a 0-10 sync.   This approach means that if for some reason resubscriptions fails, the client is not aware of the problem until next use.  

The client should be changed to call sync() once before reporting a successful failover via  ConnectionListener#failoverComplete().

This problem has been exposed by QPID-3683.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3691) Failover should sync once before indicating successfully failing comepletion

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

Keith Wall updated QPID-3691:
-----------------------------

    Fix Version/s: 0.15
    
> Failover should sync once before indicating successfully failing comepletion
> ----------------------------------------------------------------------------
>
>                 Key: QPID-3691
>                 URL: https://issues.apache.org/jira/browse/QPID-3691
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.15
>            Reporter: Keith Wall
>            Assignee: Andrew MacBean
>             Fix For: 0.15
>
>
> On failover, the Java client completes all resubscription activities (producers, consumers) without performing a 0-10 sync.   This approach means that if for some reason resubscriptions fails, the client is not aware of the problem until next use.  
> The client should be changed to call sync() once before reporting a successful failover via  ConnectionListener#failoverComplete().
> This problem has been exposed by QPID-3683.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Commented] (QPID-3691) Failover should sync once before indicating successfully failing comepletion

Posted by "Keith Wall (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170951#comment-13170951 ] 

Keith Wall commented on QPID-3691:
----------------------------------

Patch applied.
                
> Failover should sync once before indicating successfully failing comepletion
> ----------------------------------------------------------------------------
>
>                 Key: QPID-3691
>                 URL: https://issues.apache.org/jira/browse/QPID-3691
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.15
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>             Fix For: 0.15
>
>
> On failover, the Java client completes all resubscription activities (producers, consumers) without performing a 0-10 sync.   This approach means that if for some reason resubscriptions fails, the client is not aware of the problem until next use.  
> The client should be changed to call sync() once before reporting a successful failover via  ConnectionListener#failoverComplete().
> This problem has been exposed by QPID-3683.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Resolved] (QPID-3691) Failover should sync once before indicating successfully failing comepletion

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

Andrew MacBean resolved QPID-3691.
----------------------------------

    Resolution: Fixed
    
> Failover should sync once before indicating successfully failing comepletion
> ----------------------------------------------------------------------------
>
>                 Key: QPID-3691
>                 URL: https://issues.apache.org/jira/browse/QPID-3691
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.15
>            Reporter: Keith Wall
>            Assignee: Andrew MacBean
>             Fix For: 0.15
>
>
> On failover, the Java client completes all resubscription activities (producers, consumers) without performing a 0-10 sync.   This approach means that if for some reason resubscriptions fails, the client is not aware of the problem until next use.  
> The client should be changed to call sync() once before reporting a successful failover via  ConnectionListener#failoverComplete().
> This problem has been exposed by QPID-3683.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Assigned] (QPID-3691) Failover should sync once before indicating successfully failing comepletion

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

Keith Wall reassigned QPID-3691:
--------------------------------

    Assignee: Andrew MacBean  (was: Keith Wall)
    
> Failover should sync once before indicating successfully failing comepletion
> ----------------------------------------------------------------------------
>
>                 Key: QPID-3691
>                 URL: https://issues.apache.org/jira/browse/QPID-3691
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.15
>            Reporter: Keith Wall
>            Assignee: Andrew MacBean
>             Fix For: 0.15
>
>
> On failover, the Java client completes all resubscription activities (producers, consumers) without performing a 0-10 sync.   This approach means that if for some reason resubscriptions fails, the client is not aware of the problem until next use.  
> The client should be changed to call sync() once before reporting a successful failover via  ConnectionListener#failoverComplete().
> This problem has been exposed by QPID-3683.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3691) Failover should sync once before indicating successfully failing comepletion

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

Keith Wall updated QPID-3691:
-----------------------------

    Status: Ready To Review  (was: In Progress)
    
> Failover should sync once before indicating successfully failing comepletion
> ----------------------------------------------------------------------------
>
>                 Key: QPID-3691
>                 URL: https://issues.apache.org/jira/browse/QPID-3691
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.15
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>
> On failover, the Java client completes all resubscription activities (producers, consumers) without performing a 0-10 sync.   This approach means that if for some reason resubscriptions fails, the client is not aware of the problem until next use.  
> The client should be changed to call sync() once before reporting a successful failover via  ConnectionListener#failoverComplete().
> This problem has been exposed by QPID-3683.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org