You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Filip Hanik - Dev <de...@hanik.com> on 2005/01/10 18:42:44 UTC

Re: Cluster nodes create extra sessions on top of the replicated one

file a bug for tracking, and I will look into it

Filip

----- Original Message ----- 
From: "LAM Kwun Wa Joseph" <jl...@ust.hk>
To: <to...@jakarta.apache.org>
Sent: Tuesday, December 28, 2004 2:41 AM
Subject: Cluster nodes create extra sessions on top of the replicated one


Hi,

I found that in my 4-node TC5.5.5 cluster, whenever I call
request.getSession(true), a session is normally created by the master node
and replicated to all slaves. However, each slave node will mysteriously
create one additional session by its own (not replicated to others, each
with different ID).  Using a SessionListener I saw that the
sessionCreated() methods got called twice, one for the replicated session
and another for the mysterious dummy session.

Any ideas? Is there any debug log for the replication stuff?

Regards,
Joseph Lam


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org