This content has been marked as final.
Show 4 replies
-
1. Re: Election of Master Node
belaban Aug 15, 2004 8:28 PM (in response to gabramovic)This is part of JGroups, MERGE2 protocol plus GMS.
You could write your own JGroups protocol to replace the existing algorithm.
Bela -
2. Re: Election of Master Node
gabramovic Aug 16, 2004 4:13 AM (in response to gabramovic)Thanks Bela,
Is "MERGE2 protocol plus GMS" also used by the HASingletonService to elect the master node?
Regards,
Goran -
3. Re: Election of Master Node
belaban Aug 16, 2004 7:08 AM (in response to gabramovic)afaik. The HASingleton simply relies on callbacks received by the underlying JGroups.
Bela -
4. Re: Election of Master Node
pkolanda Jun 22, 2018 2:54 AM (in response to belaban)any example or docs available ?