You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ernest Allen (JIRA)" <ji...@apache.org> on 2016/04/01 22:05:25 UTC

[jira] [Reopened] (DISPATCH-250) Router crash when deleting connector

     [ https://issues.apache.org/jira/browse/DISPATCH-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ernest Allen reopened DISPATCH-250:
-----------------------------------

running 
        qdmanage DELETE --type connector --name myconn
a second time is causing the crash.

So the steps are:
- checkout and build a clean copy of qpid-dispatch
- edit the config file in qpid-dispatch/etc/ by adding a new listener:
        listener {
            addr: 0.0.0.0
            port: 20102
        }
- start the router
- create a new connector using the listener's port
        qdmanage CREATE --type connector port=20102 name=myconn
- delete the new connector by name two times
        qdmanage DELETE --type connector --name myconn
        qdmanage DELETE --type connector --name myconn

The second delete fails with a crashed router.


> Router crash when deleting connector
> ------------------------------------
>
>                 Key: DISPATCH-250
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-250
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Management Agent
>    Affects Versions: 0.6
>            Reporter: Ernest Allen
>            Assignee: Chuck Rolke
>
> Start a router with a listener on 20102. In my case the listener's role was inter-router, but I'm not sure if that matters.
> qdmanage CREATE --type connector port=20102 name=myconn
> This succeeds. Perhaps it should not succeed?
> qdmanage DELETE --type connector --name myconn
> This fails with the crash of the router.
> This is repeatable 100% of the time.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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