Alan Conway created DISPATCH-727:
------------------------------------
Summary: qdmanage identity reporting and lookup are broken
Key: DISPATCH-727
URL: https://issues.apache.org/jira/browse/DISPATCH-727
Project: Qpid Dispatch
Issue Type: Bug
Components: Management Agent
Affects Versions: 0.8.0
Reporter: Alan Conway
Assignee: Ganesh Murthy
Priority: Blocker
This may be a duplicate, but I want to make sure it doesn't get lost.
On master commit=81eee44, some entities (I tried router) cannot be looked up by
their identity.
{code}
[aconway@wallace dispatch2 (master=)]$ qdmanage query --type=router
[
{
"connectionCount": 3,
"autoLinkCount": 0,
"name": "Router.A",
"area": "0",
"linkCount": 4,
"linkRouteCount": 0,
"addrCount": 5,
"routerId": "Router.A",
"version": "0.8.0",
"mode": "standalone",
"nodeCount": 0,
"type": "org.apache.qpid.dispatch.router",
"id": "Router.A",
"identity": "1"
}
]
[aconway@wallace dispatch2 (master=)]$ qdmanage read --identity=1
NotFoundStatus: No entity with identity='1'
[aconway@wallace dispatch2 (master=)]$ git log -1
81eee44 DISPATCH-622 - Use -lpthread compile option for Solaris
{code}
Some identity lookups do work e.g. `qdmanage read
--identity=allocator/qdr_general_work_t` - I think it is the numerical
identities generated by C that are not working.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]