Author: aconway
Date: Mon Jan 14 19:08:37 2013
New Revision: 1433053
URL: http://svn.apache.org/viewvc?rev=1433053&view=rev
Log:
QPID-4514: Clean up cluster code: Obsolete comment in BSDSocket.cpp.
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/posix/BSDSocket.cpp
Modified: qpid/trunk/qpid/cpp/src/qpid/sys/posix/BSDSocket.cpp
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/sys/posix/BSDSocket.cpp?rev=1433053&r1=1433052&r2=1433053&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/sys/posix/BSDSocket.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/sys/posix/BSDSocket.cpp Mon Jan 14 19:08:37
2013
@@ -162,11 +162,6 @@ void BSDSocket::connect(const SocketAddr
// 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 sporadic hangs in
- // cluster_tests.LongTests.test_failover on RHEL5 are caused by
- // such a circular connection.
- //
// Raise an error if we see such a connection, since we know there is
// no listener on the peer address.
//
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]