[jboss-user] [JBossCache] - Network failure with a pair of symetrical stack TCP

leug85 do-not-reply at jboss.com
Thu Mar 15 06:59:11 EDT 2007


Hello,

I use a jboss cache (TreeCache 1.4.0-SP1-jdk50) in order to share some result between two servers A(gtar1) and B(paplx2).

My configuration is the same that described in that page :
http://wiki.jboss.org/wiki/Wiki.jsp?page=JGroupsStackTCP


my problem is during a network failure. The two node detect that there are alone. But when the network go up, the members never change so the two server are still alone.

in order to simulate the network failure, I use this commande :
 iptables -A INPUT -s gtar1 -p tcp -j DROP ; iptables -A OUTPUT -d gtar1 -p tcp -j DROP ; iptables --list


here is the trace of org.jgroups and org.jboss, the network was up at 11:34:20 :
Server A:
http://barbalum.free.fr/serveurA.txt
Server B:
http://barbalum.free.fr/serveurB.txt

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

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



More information about the jboss-user mailing list