Re: [jgroups-users] EXT: Re: (no subject)
Questions/problems related to using JGroups <[email protected]> Fri, 20 Sep 2019 13:06:14 +0000
| Newsgroups | gmane.comp.java.javagroups.general |
|---|---|
| Message-ID | <mailman.139384.1568987394.1518.javagroups-users@lists.sourceforge.net> |
Well, that's just it. if a karaf container on the primary server fails, then it switches over to the backup container on the failover server. That's failover, application. You're knowledge on JGroups is far beyond mine, but, I think this is a perfect fit for JGroup Cluster instrumenting an application level failover, Let's say these 2 karaf containers 1 on box a, 1 on box b, karaf container on box 1 crashes leaves the cluster, and then the one on box b takes over, no loss. I don't know, sounds like a good match to me, but, what do I know -----Original Message----- From: Questions/problems related to using JGroups <[email protected]> Sent: Friday, September 20, 2019 12:18 AM To: [email protected] Subject: EXT: Re: [jgroups-users] (no subject) On 19.09.19 20:29, Questions/problems related to using JGroups wrote: > Hello, JGroups User Group Community, > > I am really new to JGroups, I am reading a lot, starting to play > around a bit, > > My lack of knowledge is hurting me. > > My need is to implement or instrument a 2/3 node failover cluster, 3 > if I need a controller server. > > I need to failover JBoss Fuse Karaf containers from one server to > another. I'm still baffled on how to accomplish this. What do you mean by failover? JGroups provides clustering, ie. discovering and joining a cluster, sending messages between members of a cluster and getting notifications when members join or leave (or crash). This could be used for example to provide multiple JBoss Fuse servers, that possibly even share state. Failover, however, in my opinion, is something between clients and a server: when the server dies (or leaves the cluster), clients are notified and re-connect ('fail over') to a surviving server. Infinispan, for instance, has a client-server protocol (HotRod) which includes the list of servers, so that clients can failover to another server should the server they're connected to fail. > I greatly appreciate any help and guidance. > > Thank you!!! > > Gary Mills > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > _______________________________________________ > javagroups-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/javagroups-users > -- Bela Ban | http://www.jgroups.org _______________________________________________ javagroups-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/javagroups-users