[jboss-user] [Clustering/JBoss] - Strange behavior replicated session (Error)

rengar do-not-reply at jboss.com
Tue Jan 27 07:58:44 EST 2009


My enviroment is 1 apache (load balancer - mod_proxy) and 3 JBoss 5.0.0.GA-jdk6 (in cluster with session replication).

Deploy "Counter.war" application.

1.- 3 servers up. All works fine. session xxxxxxxxxxxxxxxxx.node1 - counter: 1,2,3,4
2.- node1 down. All works fine. session xxxxxxxxxxxxxxxxx.node2 - counter: 5,6
3.- node2 down. All works fine. session xxxxxxxxxxxxxxxxx.node3 - counter: 7,8,9,10
4.- node1 up
5.- node3 down. Don't work correctly!!!!!! session yyyyyyyyyyyyyyyyy.node1 - counter: 1

A random sequence is the same result. Finally it creates a new session id.

I test this enviroment in JBoss 4.2.3.GA-jdk6 and it works fine.

One difference is that session always is xxxxxxxxxxxxxxxxx.node1. Don't change name node.

This isn't correctly behaviour.

Is a bug in JBoss 5.0.0.GA?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204975#4204975

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204975



More information about the jboss-user mailing list