You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ganesh Murthy (JIRA)" <ji...@apache.org> on 2018/01/15 20:35:00 UTC

[jira] [Commented] (DISPATCH-910) Inter-router connections with dir 'in' have no host name

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

Ganesh Murthy commented on DISPATCH-910:
----------------------------------------

The fix for DISPATCH-912 fixed this issue as well.

> Inter-router connections with dir 'in' have no host name
> --------------------------------------------------------
>
>                 Key: DISPATCH-910
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-910
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Management Agent
>    Affects Versions: 1.0.0
>            Reporter: Ernest Allen
>            Assignee: Ganesh Murthy
>            Priority: Major
>
> There is no host name reported for inter-router connections with dir of 'in'
> - start a 2 or more router network
> router {
>     mode: interior
>     id: A
> }
> listener {
>     host: 0.0.0.0
>     saslMechanisms: ANONYMOUS
>     port: 5672
> }
> # listener for connectors from B
> listener {
>     host: 0.0.0.0
>     role: inter-router
>     saslMechanisms: ANONYMOUS
>     port: 2000
> }
> -----------
> router {
>     mode: interior
>     id: B
> }
> listener {
>     host: 0.0.0.0
>     saslMechanisms: ANONYMOUS
>     port: 22001
> }
> # connect to A
> connector {
>     host: 0.0.0.0
>     role: inter-router
>     saslMechanisms: ANONYMOUS
>     port: 2000
> }
> - qdstat -c
> $ qdstat -c
> Connections
>   id  host  container                             role          dir  security     authentication  tenant
>  =======================================================================
>   1         B                                     inter-router  in   no-security  anonymous-user  
>   2         175fa6eb-b616-4c1c-9af9-a8ac121d76a0  normal        in   no-security  no-auth         
> Connection #2 is from qdstat.
> Connection 1 is from Router B. The host should not be blank, but it is.
> The host is correct for dir 'out' connections.
> $ qdstat -b 0.0.0.0:22001 -c
> Connections
>   id  host          container                             role          dir  security     authentication  tenant
>   ======================================================================
>   1   0.0.0.0:2000  A                                     inter-router  out  no-security  anonymous-user  
>   2                 a5c4c524-53de-4b4f-896e-1bf15c30f993  normal        in   no-security  no-auth         



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

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