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

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

GitHub user fgiorgetti opened a pull request:

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

    Dispatch 154 test

    Added a unit test to validate the issue, previously reported through 
DISPATCH-154.
    It ensures the router is able to react to the problem and remains up and 
running.

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

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

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

    https://github.com/apache/qpid-dispatch/pull/267.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 #267
    
----
commit 710b6da05d8d8e2e4f0b8fbbed18c7947c4949e9
Author: Fernando Giorgetti <fgiorget@...>
Date:   2018-03-08T17:51:52Z

    DISPATCH-940 - Allow configuration file to be used from relative path when 
running as a daemon

commit a0b280a207027dd0b27469b59b93cbbe3ff5adfa
Author: Fernando Giorgetti <fgiorget@...>
Date:   2018-03-09T05:26:36Z

    DISPATCH-940 - Created unit test to validate command line parsing

commit 43d21a0df4c564d9eed6796e766149031d0feff3
Author: Fernando Giorgetti <fgiorget@...>
Date:   2018-03-09T12:49:56Z

    DISPATCH-940 - Improved code quality using pylint recommendations

commit 3943f29fc13b6b3191aa918503fb7c75e235002c
Author: Fernando Giorgetti <fgiorget@...>
Date:   2018-03-09T14:13:21Z

    DISPATCH-154 - Added unit test to ensure router is able to recover from 
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: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to