[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBMESSAGING-674 - Propagating changes on ClusteredConnec
clebert.suconic@jboss.com
do-not-reply at jboss.com
Wed Jan 17 12:43:15 EST 2007
anonymous wrote : Then you can prevent this "race condition" from happening in the first place?
The server side doesn't know about failed Connections... it will send the callback as soon as the view was changed.
To replicate this race condition I had to disable Lease on the client side. And have connections opened on different servers.
Maybe it wouldn't occur in regular circunstances, but I wanted to prevent such behavior.
The guess routine could find the right failoverServer fixing the race condition.
Holding the update somewhere waiting failover to perform on all connections would require a lot of coding... while the simple guess routine could fix the problem.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002952#4002952
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002952
More information about the jboss-dev-forums
mailing list