[
https://issues.apache.org/jira/browse/QPID-2403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Ross updated QPID-2403:
------------------------------
Fix Version/s: 0.6
> Consistent management names for connections in a cluster.
> ---------------------------------------------------------
>
> Key: QPID-2403
> URL: https://issues.apache.org/jira/browse/QPID-2403
> Project: Qpid
> Issue Type: Bug
> Components: C++ Broker, C++ Clustering, Qpid Managment Framework
> Affects Versions: 0.6
> Reporter: Alan Conway
> Assignee: Alan Conway
> Fix For: 0.6
>
>
> Management objects representing connections in a broker are named for the
> remote end of the socket ip:port. In a cluster, a broker has normal
> connections and "shadow" connections representing a connection on another
> broker. The shadow connections are named "[shadow]ip:port" Management tools
> use this convention to ignore shadow connections and display only the local
> connections to a broker.
> This is inconsistent with other management objects which are named
> identically in all brokers, and the problem is compounded because connections
> are containers for other objects (sessions, consumers) so inconsistency in
> the connection name makes the names of all the children inconsistent.
> Commit r907123 fixed this by making the connection names consistent and
> adding a "shadow" property to the qmf Connection object. However this broke
> the Java builds. This JIRA is to discuss what the correct solution should be
> that works for both brokers.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]