Re: [jgroups-users] How to hijack a JGroups channel inside Infinispan ... (and get away with it !)
Questions/problems related to using JGroups <[email protected]> Tue, 14 Jan 2020 14:04:46 +0200
| Newsgroups | gmane.comp.java.javagroups.general |
|---|---|
| Message-ID | <mailman.25847.1579003511.2125.javagroups-users@lists.sourceforge.net> |
You didn't mention which Infinispan version you are upgrading from, but I think the only recent channel setup change we made was to use the new JChannel constructors in JGroups 4.1.1.Final Cheers Dan On Mon, Jan 13, 2020 at 5:38 PM Questions/problems related to using JGroups <[email protected]> wrote: > > Hey all, > > So I recently upgraded to Infinispan 10.1.0.Final and it came with a few surprises with the JGroups update, a few of the constructors in JChannel are no longer available - it was fast to replace this with org.jgroups.conf.XmlConfigurator , however, the hijacked channel on the other hand seems to be broken / non functional (see logs below).. before digging into the Infinispan Jgroups bootstrap code too far I thought it might be worth reaching out here just in case someone has already run into this problem. > > 2020-01-13T16:11:15,444 WARN [jgroups-6,space-service-1] (org.jgroups.protocols.FORK) space-service-1: fork-channel for id=lead-hijacker not found; discarding message [] > 2020-01-13T16:11:15,466 WARN [jgroups-6,space-service-1] (org.jgroups.protocols.FORK) space-service-1: fork-channel for id=lead-hijacker not found; discarding message [] > 2020-01-13T16:11:15,490 WARN [jgroups-6,space-service-1] (org.jgroups.protocols.FORK) space-service-1: fork-channel for id=lead-hijacker not found; discarding message [] > 2020-01-13T16:11:15,512 WARN [jgroups-6,space-service-1] (org.jgroups.protocols.FORK) space-service-1: fork-channel for id=lead-hijacker not found; discarding message [] > 2020-01-13T16:11:15,917 WARN [jgroups-6,space-service-1] (org.jgroups.protocols.FORK) space-service-1: fork-channel for id=lead-hijacker not found; discarding message [] > > Cheers, > > -- > Johno Crawford > _______________________________________________ > javagroups-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/javagroups-users