Jason Dillaman created QPID-4133:
------------------------------------
Summary: Non-responsive peer in federated link can result in
entire cluster shutdown
Key: QPID-4133
URL: https://issues.apache.org/jira/browse/QPID-4133
Project: Qpid
Issue Type: Bug
Components: C++ Clustering
Affects Versions: 0.12
Reporter: Jason Dillaman
Assignee: Alan Conway
If a federated link is established to a source broker that is slow to respond
with the AMQP handshake, the destination broker cluster will shutdown with an
"Unknown connection" error.
Exception constructed: Unknown connection: Frame[BEbe; channel=0;
{ClusterConnectionDeliverDoOutputBody: limit=2048; }] control 2.0.0.0:22138-14
(qpid/cluster/Cluster.cpp:542)
Steps to Reproduce:
1. Configure a clustered broker
2. Start netcat in listen mode (nc -l 6000)
3. Add a route between the clustered broker and nc (qpid-route queue add
localhost:5672 localhost:6000 amq.fanout foo)
4. Clustered broker shuts down
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]