Author: rjung
Date: Sun Mar 29 14:22:17 2009
New Revision: 759695

URL: http://svn.apache.org/viewvc?rev=759695&view=rev
Log:
Add backport proposal.

Modified:
    tomcat/current/tc5.5.x/STATUS.txt

Modified: tomcat/current/tc5.5.x/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=759695&r1=759694&r2=759695&view=diff
==============================================================================
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Sun Mar 29 14:22:17 2009
@@ -194,3 +194,14 @@
   https://issues.apache.org/bugzilla/attachment.cgi?id=23421
   +1: markt
   -1: 
+
+* Fix locking in cluster/tcp/FastAsyncSocketSender:
+  Locking in DataSender and the sub class FastAsyncSocketSender
+  uses the same lock, although the reasons for locking are totally
+  independent. This leads to a problem between a node crash
+  and the final disappear detection of membership.
+  For details see the log messages of r759694.
+  Port of http://svn.apache.org/viewvc?rev=759694&view=rev
+  from OACC to tc5.5.x.
+  +1: rjung
+  -1:



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to