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

Ganesh Murthy commented on DISPATCH-240:
----------------------------------------

I tried to reproduce this issue in the master and tross-DISPATCH-179-1 branches 
of dispatch and I could not reproduce this problem

Here are the steps I took - 

1. Made sure that the following snippet is in my qdrouter.conf file 

{code}
fixedAddress {
    prefix: /multicast/
    fanout: multiple
}
{code}

2. Start the router

3. Start proton's simple receive (simple_recv.py) like this
{code}
python simple_recv.py --address /multicast/ -m10
{code}

4. Run qdstat -a to see what comes out
{code}
[gmurthy@localhost dispatch]$ qdstat -a
Router Addresses
  class   address          phase  in-proc  local  remote  in  out  thru  
to-proc  from-proc
  
===========================================================================================
  local   $management             Y        0      0       0   0    0     0      
  0
  mobile  $management      0      Y        0      0       1   0    0     1      
  0
  mobile  multicast/       0               1      0       0   0    0     0      
  0
  local   temp.TjNVyZZ7FA                  1      0       0   0    0     0      
  0

{code}

I can see the "multicast/" address on the output of qdstat -a

> qdstat : leading "/" character effects a wrong showed address
> -------------------------------------------------------------
>
>                 Key: DISPATCH-240
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-240
>             Project: Qpid Dispatch
>          Issue Type: Bug
>    Affects Versions: 0.5
>            Reporter: Paolo Patierno
>            Assignee: Ganesh Murthy
>            Priority: Minor
>             Fix For: 0.6
>
>
> Hello,
> it seems that the qdstat tool has some problem with leading "/" character.
> If we connect to an address like "/multicast/" it's showed like "ulticast"; 
> instead removing the leading "/" the name is showed correctly.



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

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

Reply via email to