You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alex Rudyy (JIRA)" <ji...@apache.org> on 2012/05/25 10:58:23 UTC

[jira] [Created] (QPID-4017) AMQP 0-9: Failover causes flow control blocked flag to get stuck

Alex Rudyy created QPID-4017:
--------------------------------

             Summary: AMQP 0-9: Failover causes flow control blocked flag to get stuck 
                 Key: QPID-4017
                 URL: https://issues.apache.org/jira/browse/QPID-4017
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: 0.16, 0.14, 0.12, 0.10
            Reporter: Alex Rudyy
             Fix For: 0.17


When testing failover with a single broker, we observed problems if a session is currently blocked due to flow control. Following the broker restart, the session is reestablished but it remains blocked forever.

The fix is to reset the blocked flag during failover. 

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

        

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


[jira] [Assigned] (QPID-4017) AMQP 0-9: Failover causes flow control blocked flag to get stuck

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

Alex Rudyy reassigned QPID-4017:
--------------------------------

    Assignee: Philip Harvey  (was: Alex Rudyy)
    
> AMQP 0-9: Failover causes flow control blocked flag to get stuck 
> -----------------------------------------------------------------
>
>                 Key: QPID-4017
>                 URL: https://issues.apache.org/jira/browse/QPID-4017
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.10, 0.12, 0.14, 0.16
>            Reporter: Alex Rudyy
>            Assignee: Philip Harvey
>             Fix For: 0.17
>
>         Attachments: 0001-QPID-4017-reset-the-session-flow-control-blocked-sta.patch
>
>
> When testing failover with a single broker, we observed problems if a session is currently blocked due to flow control. Following the broker restart, the session is reestablished but it remains blocked forever.
> The fix is to reset the blocked flag during failover. 

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

        

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


[jira] [Assigned] (QPID-4017) AMQP 0-9: Failover causes flow control blocked flag to get stuck

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

Alex Rudyy reassigned QPID-4017:
--------------------------------

    Assignee: Alex Rudyy
    
> AMQP 0-9: Failover causes flow control blocked flag to get stuck 
> -----------------------------------------------------------------
>
>                 Key: QPID-4017
>                 URL: https://issues.apache.org/jira/browse/QPID-4017
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.10, 0.12, 0.14, 0.16
>            Reporter: Alex Rudyy
>            Assignee: Alex Rudyy
>             Fix For: 0.17
>
>         Attachments: 0001-QPID-4017-reset-the-session-flow-control-blocked-sta.patch
>
>
> When testing failover with a single broker, we observed problems if a session is currently blocked due to flow control. Following the broker restart, the session is reestablished but it remains blocked forever.
> The fix is to reset the blocked flag during failover. 

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

        

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


[jira] [Updated] (QPID-4017) AMQP 0-9: Failover causes flow control blocked flag to get stuck

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

Alex Rudyy updated QPID-4017:
-----------------------------

    Attachment: 0001-QPID-4017-reset-the-session-flow-control-blocked-sta.patch
    
> AMQP 0-9: Failover causes flow control blocked flag to get stuck 
> -----------------------------------------------------------------
>
>                 Key: QPID-4017
>                 URL: https://issues.apache.org/jira/browse/QPID-4017
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.10, 0.12, 0.14, 0.16
>            Reporter: Alex Rudyy
>            Assignee: Alex Rudyy
>             Fix For: 0.17
>
>         Attachments: 0001-QPID-4017-reset-the-session-flow-control-blocked-sta.patch
>
>
> When testing failover with a single broker, we observed problems if a session is currently blocked due to flow control. Following the broker restart, the session is reestablished but it remains blocked forever.
> The fix is to reset the blocked flag during failover. 

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

        

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


[jira] [Updated] (QPID-4017) AMQP 0-9: Failover causes flow control blocked flag to get stuck

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

Alex Rudyy updated QPID-4017:
-----------------------------

    Status: Ready To Review  (was: In Progress)
    
> AMQP 0-9: Failover causes flow control blocked flag to get stuck 
> -----------------------------------------------------------------
>
>                 Key: QPID-4017
>                 URL: https://issues.apache.org/jira/browse/QPID-4017
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.10, 0.12, 0.14, 0.16
>            Reporter: Alex Rudyy
>            Assignee: Alex Rudyy
>             Fix For: 0.17
>
>         Attachments: 0001-QPID-4017-reset-the-session-flow-control-blocked-sta.patch
>
>
> When testing failover with a single broker, we observed problems if a session is currently blocked due to flow control. Following the broker restart, the session is reestablished but it remains blocked forever.
> The fix is to reset the blocked flag during failover. 

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

        

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


[jira] [Resolved] (QPID-4017) AMQP 0-9: Failover causes flow control blocked flag to get stuck

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

Robbie Gemmell resolved QPID-4017.
----------------------------------

    Resolution: Fixed

Patch applied, along with some updates from joint review with Phil.
                
> AMQP 0-9: Failover causes flow control blocked flag to get stuck 
> -----------------------------------------------------------------
>
>                 Key: QPID-4017
>                 URL: https://issues.apache.org/jira/browse/QPID-4017
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.10, 0.12, 0.14, 0.16
>            Reporter: Alex Rudyy
>            Assignee: Philip Harvey
>             Fix For: 0.17
>
>         Attachments: 0001-QPID-4017-reset-the-session-flow-control-blocked-sta.patch
>
>
> When testing failover with a single broker, we observed problems if a session is currently blocked due to flow control. Following the broker restart, the session is reestablished but it remains blocked forever.
> The fix is to reset the blocked flag during failover. 

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

        

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