diff options
author | Alan Conway <aconway@apache.org> | 2011-03-30 19:30:16 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2011-03-30 19:30:16 +0000 |
commit | 61dc74c19dd6248e4f467804b4c8f00c8cf4ad12 (patch) | |
tree | 62a2bfe04a02014f8d43563d76fac434a2061ae2 /qpid/cpp/examples/old_api | |
parent | cfbe48cd9b8432600864e89465c321020a8940cd (diff) | |
download | qpid-python-61dc74c19dd6248e4f467804b4c8f00c8cf4ad12.tar.gz |
QPID-3129: cluster_tests.LongTests.test_failover hangs
Fix is a race condition in posix/Socket.cpp Socket::connect.
When connecting to a port on the same host which no longer has a
process associated with it the OS occasionally chooses the remote
port (which is unoccupied) as the port to bind the local end of the
socket, resulting in a "circular" connection.
This seems like something the OS should prevent but I have confirmed
that the sporadic hangs in cluster_tests.LongTests.test_failover on
RHEL5 are caused by such a circular connection.
The fix is to detect circular connections and raise an error.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1087052 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/old_api')
0 files changed, 0 insertions, 0 deletions