-
1. Re: How to trigger infinispan start in clustering environment with Spring
scratchback Jun 13, 2019 11:32 PM (in response to scratchback)Very weird, it is working change without any change(At least I did not find any change).
The difference(The second line) from the log is very obviously, for example, I made a direct call to Node A and then Node B,
Yesterday's Node B log:
INFO o.i.r.t.jgroups.JGroupsTransport.start - ISPN000078: Starting JGroups channel ISPN
INFO o.i.r.t.jgroups.JGroupsTransport.viewAccepted - ISPN000094:Received new cluster view for channel ISPN: [B-56020|0] (1) [B-56020]
....Some log for the same service call with the same key value but get different value(Not from Cache node A)
INFO o.i.r.t.jgroups.JGroupsTransport.viewAccepted - ISPN000093: Received new, MERGED cluster view for channel ISPN: MergeView::[B-43665|1] (2) [B-43665, A-21243], 2 subgroups: [B-43665|0] (1) [B-43665], [A-21243|0] (1) [A-21243]
Today's Node B log:
INFO o.i.r.t.jgroups.JGroupsTransport.start - ISPN000078: Starting JGroups channel ISPN
INFO o.i.r.t.jgroups.JGroupsTransport.viewAccepted - ISPN000094: Received new cluster view for channel ISPN: [A-31564|1] (2) [A-31564, B-41222]
Today's log showed that once the cache is triggered it found Node A immediately but yesterday's showed it did not find Node A from the beginning.
Was it a network issue in the last two days? Or some change that I did not notice?