[jira] [Commented] (DISPATCH-1177) Edge router does not show any node in the network

2018-11-27 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on DISPATCH-1177:
--

Github user asfgit closed the pull request at:

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


> Edge router does not show any node in the network
> -
>
> Key: DISPATCH-1177
> URL: https://issues.apache.org/jira/browse/DISPATCH-1177
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Management Agent
>Reporter: Fernando Giorgetti
>Assignee: Ganesh Murthy
>Priority: Major
>
> When running "qdstat -n" on an Edge-Router, which is connected to its uplink 
> interior router, no nodes are displayed and message says it is a Standalone 
> instance: _*"Router is Standalone - No Router List".*_



--
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



[jira] [Commented] (DISPATCH-1177) Edge router does not show any node in the network

2018-11-27 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on DISPATCH-1177:
---

Commit 187cd35a364cf1cee8818ded9b21403e75c1b481 in qpid-dispatch's branch 
refs/heads/master from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=187cd35 ]

DISPATCH-1177 - Added new option -e to qdstat. This will show only the edge 
connections and show which of those connections is active
 - Added code to make qdstat -e backward compatible
 - Added code to set the edge connection as active on the interior router
 - Mark edge connections from interior as active
This closes #420


> Edge router does not show any node in the network
> -
>
> Key: DISPATCH-1177
> URL: https://issues.apache.org/jira/browse/DISPATCH-1177
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Management Agent
>Reporter: Fernando Giorgetti
>Assignee: Ganesh Murthy
>Priority: Major
>
> When running "qdstat -n" on an Edge-Router, which is connected to its uplink 
> interior router, no nodes are displayed and message says it is a Standalone 
> instance: _*"Router is Standalone - No Router List".*_



--
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



[jira] [Commented] (DISPATCH-1177) Edge router does not show any node in the network

2018-11-15 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on DISPATCH-1177:
--

Github user ChugR commented on the issue:

https://github.com/apache/qpid-dispatch/pull/420
  
The problem was router INTC was running master branch code and did not have 
this PR's changes. With both routers running DISPATCH-1177-1@0e4cd the command 
works ok. 

This PR could be improved if there was a way to give a meaningful error 
message instead of KeyError.


> Edge router does not show any node in the network
> -
>
> Key: DISPATCH-1177
> URL: https://issues.apache.org/jira/browse/DISPATCH-1177
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Management Agent
>Reporter: Fernando Giorgetti
>Assignee: Ganesh Murthy
>Priority: Major
>
> When running "qdstat -n" on an Edge-Router, which is connected to its uplink 
> interior router, no nodes are displayed and message says it is a Standalone 
> instance: _*"Router is Standalone - No Router List".*_



--
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



[jira] [Commented] (DISPATCH-1177) Edge router does not show any node in the network

2018-11-15 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on DISPATCH-1177:
--

Github user ChugR commented on the issue:

https://github.com/apache/qpid-dispatch/pull/420
  
If I have a network of interior routers, each with some edge routers, I can 
qdstat -e each OK. But if I add -r some-other-router and the other router is on 
another host them qdstat fails with **KeyError: 'active'.**

> qdstat -e -b amqp://$INTB_normal -r INTB
Connections
 id  hostcontainer  role  dir  security 
authentication  tenant  active

===
  2   127.0.0.1:58780 EB2edge  in   no-security  
anonymous-user  no
  72  192.168.1.16:33324  EB1edge  in   no-security  
anonymous-user  no
> qdstat -e -b amqp://$INTB_normal -r INTC
KeyError: 'active'



> Edge router does not show any node in the network
> -
>
> Key: DISPATCH-1177
> URL: https://issues.apache.org/jira/browse/DISPATCH-1177
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Management Agent
>Reporter: Fernando Giorgetti
>Assignee: Ganesh Murthy
>Priority: Major
>
> When running "qdstat -n" on an Edge-Router, which is connected to its uplink 
> interior router, no nodes are displayed and message says it is a Standalone 
> instance: _*"Router is Standalone - No Router List".*_



--
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



[jira] [Commented] (DISPATCH-1177) Edge router does not show any node in the network

2018-11-14 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on DISPATCH-1177:
--

Github user ganeshmurthy commented on the issue:

https://github.com/apache/qpid-dispatch/pull/420
  
Should it say  "Router is Standalone or Edge - No Router List".



> Edge router does not show any node in the network
> -
>
> Key: DISPATCH-1177
> URL: https://issues.apache.org/jira/browse/DISPATCH-1177
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Management Agent
>Reporter: Fernando Giorgetti
>Assignee: Ganesh Murthy
>Priority: Major
>
> When running "qdstat -n" on an Edge-Router, which is connected to its uplink 
> interior router, no nodes are displayed and message says it is a Standalone 
> instance: _*"Router is Standalone - No Router List".*_



--
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



[jira] [Commented] (DISPATCH-1177) Edge router does not show any node in the network

2018-11-14 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on DISPATCH-1177:
--

Github user fgiorgetti commented on the issue:

https://github.com/apache/qpid-dispatch/pull/420
  
@ganeshmurthy I have executed qdstat with -e on a formed network here and I 
see the "edge" routers from an interior router, and the "interior" router when 
executed against edge. It makes sense.
What about the message when we run "qdstat -n" on an edge router, which 
shows:
"Router is Standalone - No Router List".
Is it changing?
Thanks.


> Edge router does not show any node in the network
> -
>
> Key: DISPATCH-1177
> URL: https://issues.apache.org/jira/browse/DISPATCH-1177
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Management Agent
>Reporter: Fernando Giorgetti
>Assignee: Ganesh Murthy
>Priority: Major
>
> When running "qdstat -n" on an Edge-Router, which is connected to its uplink 
> interior router, no nodes are displayed and message says it is a Standalone 
> instance: _*"Router is Standalone - No Router List".*_



--
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



[jira] [Commented] (DISPATCH-1177) Edge router does not show any node in the network

2018-11-13 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on DISPATCH-1177:
--

GitHub user ganeshmurthy opened a pull request:

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

DISPATCH-1177 - Added new option -e to qdstat. This will show only th…

…e edge connections and show which of those connections is active

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

$ git pull https://github.com/ganeshmurthy/qpid-dispatch DISPATCH-1177-1

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

https://github.com/apache/qpid-dispatch/pull/420.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 #420


commit 0e4cd7253671aff01c7815390e8f89b1a7bfa59f
Author: Ganesh Murthy 
Date:   2018-11-13T17:12:38Z

DISPATCH-1177 - Added new option -e to qdstat. This will show only the edge 
connections and show which of those connections is active




> Edge router does not show any node in the network
> -
>
> Key: DISPATCH-1177
> URL: https://issues.apache.org/jira/browse/DISPATCH-1177
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Management Agent
>Reporter: Fernando Giorgetti
>Assignee: Ganesh Murthy
>Priority: Major
>
> When running "qdstat -n" on an Edge-Router, which is connected to its uplink 
> interior router, no nodes are displayed and message says it is a Standalone 
> instance: _*"Router is Standalone - No Router List".*_



--
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