You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ted Ross (JIRA)" <qp...@incubator.apache.org> on 2008/06/04 18:39:45 UTC

[jira] Created: (QPID-1121) Broker Federation - Link to unresolvable destination cannot be deleted

Broker Federation - Link to unresolvable destination cannot be deleted
----------------------------------------------------------------------

                 Key: QPID-1121
                 URL: https://issues.apache.org/jira/browse/QPID-1121
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: M3
            Reporter: Ted Ross
            Assignee: Ted Ross
            Priority: Minor
             Fix For: M3


If an inter-broker federation link to a destination who's name cannot be resolved to an IP address is created, that link will hang in "connecting" state and cannot be deleted.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (QPID-1121) Broker Federation - Link to unresolvable destination cannot be deleted

Posted by "Ted Ross (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602347#action_12602347 ] 

Ted Ross commented on QPID-1121:
--------------------------------

This bug is caused by assuming that the AsynchConnector always operates asynchronously.  There is a case (when the underlying Socket::connect raises an exception) where the failure callback is invoked synchronously (i.e. before connect completes).

A fix is forthcoming...


> Broker Federation - Link to unresolvable destination cannot be deleted
> ----------------------------------------------------------------------
>
>                 Key: QPID-1121
>                 URL: https://issues.apache.org/jira/browse/QPID-1121
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: M3
>            Reporter: Ted Ross
>            Assignee: Ted Ross
>            Priority: Minor
>             Fix For: M3
>
>
> If an inter-broker federation link to a destination who's name cannot be resolved to an IP address is created, that link will hang in "connecting" state and cannot be deleted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-1121) Broker Federation - Link to unresolvable destination cannot be deleted

Posted by "Ted Ross (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross resolved QPID-1121.
----------------------------

    Resolution: Fixed

> Broker Federation - Link to unresolvable destination cannot be deleted
> ----------------------------------------------------------------------
>
>                 Key: QPID-1121
>                 URL: https://issues.apache.org/jira/browse/QPID-1121
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: M3
>            Reporter: Ted Ross
>            Assignee: Ted Ross
>            Priority: Minor
>             Fix For: M3
>
>
> If an inter-broker federation link to a destination who's name cannot be resolved to an IP address is created, that link will hang in "connecting" state and cannot be deleted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.