"clebert.suconic(a)jboss.com" wrote : I'm thinking about how to fix this race
condition:
|
|
| I - ClientClusteredConnectionFactoryDelegate has this following failoverMap:
|
| Server 1->Server2->Server3->Server 1
|
| II - Server1 is killed
|
| III - Now the CF::failoverMap is updated to:
| Server2->Server3->Server2
|
|
I can't see how this would happen.
When a server dies, the new failover map is created on the server according to the
algorithm.
The algorithm would never create such a mapping.
So this is a non problem AFAICT.
Am I missing something?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002526#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...