Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 47978 invoked from network); 5 Apr 2004 16:39:28 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Apr 2004 16:39:28 -0000 Received: (qmail 79237 invoked by uid 500); 5 Apr 2004 16:39:00 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 79194 invoked by uid 500); 5 Apr 2004 16:39:00 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 79168 invoked from network); 5 Apr 2004 16:38:59 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 5 Apr 2004 16:38:59 -0000 Received: (qmail 8919 invoked by uid 50); 5 Apr 2004 16:39:43 -0000 Date: 5 Apr 2004 16:39:43 -0000 Message-ID: <20040405163943.8918.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 28161] - Replication messages get lost with AsyncSocketSender X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=28161 Replication messages get lost with AsyncSocketSender ------- Additional Comments From rainer.jung@kippdata.de 2004-04-05 16:39 ------- Maybe interesting: a simple "Hello World" JSP does NOT trigger the problem. But once I add a scriptlet <%session.setAttribute("COUNT",new Integer(10));%> the problem arises. I can now reproduce without any apache or mod_jk involvement. I just start a 2 node cluster and call the JSP via direct HTTP connections to node #1 200 times with a delay between calls of 100ms. After calling 200 times, I can find 200 sessions on node #1, but only between 170 and 195 sessions on node 2. I check session count via /manager/html, but I also added debug output to see, that some sessions are indeed missing. I try to go deeper into cluster messages and the queue handling. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org