[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Server side HA and failover
timfox
do-not-reply at jboss.com
Thu Nov 23 07:28:10 EST 2006
"clebert.suconic at jboss.com" wrote :
| Now... viewAccept will perform a failOver if a view is changed. I still need to add some logic to have only one server accepting the failOver but that is pretty easy.
|
The most trivial way of doing this is to define a failover node F of a failed node A as the node to the right (or left, it doesn't matter) of the failed node in the jgroups view. Also need to think of the view as a "ring".
E.g. if the jgroups view has addresses:
A
B
C
D
E
then node A fails over to node B, node B fails over to node C, node C fails onto node D, node D fails onto node E, node E fails onto node A
Questions:
Is this sufficient for our needs?
Is there any sense in supporting multiple failover nodes for a single node? Or does that make no sense?
Should the policy really be pluggable? (Probably yes)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988150#3988150
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988150
More information about the jboss-dev-forums
mailing list