[ 
https://issues.apache.org/jira/browse/DISPATCH-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16393414#comment-16393414
 ] 

ASF GitHub Bot commented on DISPATCH-154:
-----------------------------------------

GitHub user fgiorgetti opened a pull request:

    https://github.com/apache/qpid-dispatch/pull/268

    DISPATCH-154 - Added new test case to ensure router recovers from 
unresolvable hosts

    Created a new system test class to run validations on a router that has a 
connector with an unresolvable host, and it expects that the router wont crash 
and instead will log an error message accordingly.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/fgiorgetti/qpid-dispatch 
fgiorgetti-dispatch-154

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/qpid-dispatch/pull/268.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #268
    
----
commit 616e2926980d6132a8a659470e0e49314fd770b2
Author: Fernando Giorgetti <fgiorget@...>
Date:   2018-03-09T14:55:32Z

    DISPATCH-154 - Added new test case as part of system tests list

commit addd4e39c03673a0b3330f0cb05fd3d1639c83bb
Author: Fernando Giorgetti <fgiorget@...>
Date:   2018-03-09T19:22:10Z

    DISPATCH-154 - Added new test to validate unresolvable hostname

----


> dispatch-router coredumps when connector address is unresolvable
> ----------------------------------------------------------------
>
>                 Key: DISPATCH-154
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-154
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Container
>            Reporter: Ted Ross
>            Assignee: Ted Ross
>            Priority: Major
>             Fix For: 0.5
>
>
> If the address of a connector is unresolvable, the router will crash upon 
> resolution failure.  This can be reproduced by adding the following 
> configuration:
> {noformat}
> connector {
>     addr: unres.bogus.unreg
>     port: amqp
>     role: on-demand
>     saslMechanisms: ANONYMOUS
>     name: bogus
> }
> linkRoutePattern {
>     prefix: abc
>     connector: bogus
> }
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to