Re: 5.5.17 cluster doesn't sync sessions on startup

2006-11-15 Thread Ronald Klop
Ok. It took a while, but I finally had the time to try this. The chunking of data looks promissing. The timeout is still 60 seconds in my config, but the servers have all the session in 1-3 seconds now. And I didn't receive any calls from the servicedesk yet. :-) Thanks for the info. I have

Re: 5.5.17 cluster doesn't sync sessions on startup

2006-11-15 Thread Haroon Rafique
On Today at 1:13pm, RK=Ronald Klop [EMAIL PROTECTED] wrote: RK Ok. It took a while, but I finally had the time to try this. RK RK The chunking of data looks promissing. The timeout is still 60 seconds in my RK config, but the servers have all the session in 1-3 seconds now. And I RK didn't

Re: 5.5.17 cluster doesn't sync sessions on startup

2006-11-15 Thread Ronald Klop
I used: Cluster className=org.apache.catalina.cluster.tcp.SimpleTcpCluster manager.className=org.apache.catalina.cluster.session.DeltaManager manager.stateTransferTimeout=60 manager.sendAllSessions=false manager.sendAllSessionsSize=500 manager.sendAllSessionsWaitTime=20 in stead of:

Re: 5.5.17 cluster doesn't sync sessions on startup

2006-10-20 Thread David Rees
On 9/6/06, Ronald Klop [EMAIL PROTECTED] wrote: We are running a 4-node cluster of 5.5.17. Sometimes java or tomcat crashes and we restart it automaticly. With 5.0.x this was ok, but with 5.5.x it doesn't sync session on startup often. Ronald, I am seeing nearly the exact same issue/errors

Re: 5.5.17 cluster doesn't sync sessions on startup

2006-09-07 Thread Pid
Check that your server times are all synchronised. Ronald Klop wrote: Thanks for your anser. I'm going to look into this. I have some thoughts about this. Tomcat 5.0 synced in 0.3-3 seconds for the same amount of sessions. Our (about 3000-5000) sessions contain only one String 'userid' of

Re: 5.5.17 cluster doesn't sync sessions on startup

2006-09-07 Thread Peter Rossbach
Hi Ronald, 5000 small sessions are really sync very fast with tomcat 5.5.17 also. I have test this and it works. Tomorrow I have more time to simulate your case. regards peter Am 07.09.2006 um 20:33 schrieb Ronald Klop: Thanks for your anser. I'm going to look into this. I have some

5.5.17 cluster doesn't sync sessions on startup

2006-09-06 Thread Ronald Klop
Hello, We are running a 4-node cluster of 5.5.17. Sometimes java or tomcat crashes and we restart it automaticly. With 5.0.x this was ok, but with 5.5.x it doesn't sync session on startup often. When this happened on 5.0.x I got an ClassCastException, which explained why syncing failed. But

Re: 5.5.17 cluster doesn't sync sessions on startup

2006-09-06 Thread Filip Hanik - Dev Lists
are the nodes starting up simultanously, there is the risk of syncing not working if two nodes are starting at the same time as the cluster starts before the actual webapps are deployed. Filip Ronald Klop wrote: Hello, We are running a 4-node cluster of 5.5.17. Sometimes java or tomcat

Re: 5.5.17 cluster doesn't sync sessions on startup

2006-09-06 Thread Ronald Klop
No, one node is restarting, while the other three keep running. Ronald. On Wed Sep 06 19:18:14 CEST 2006 Tomcat Users List users@tomcat.apache.org wrote: are the nodes starting up simultanously, there is the risk of syncing not working if two nodes are starting at the same time as the