Replies: 3 comments 3 replies
-
Do you have a reproducer? |
Beta Was this translation helpful? Give feedback.
-
I meant a sample program which reproduces the problemBela Ban-------- Original message --------From: SilvanaP ***@***.***>Date: Mon, 28 Feb 2022, 19:33To: belaban/JGroups ***@***.***>Cc: Bela Ban ***@***.***>, Mention ***@***.***>Subject: Re: [belaban/JGroups] MembershipListener not triggering after a while (jGroups 4.0) (Discussion #607)
@belaban What do you mean by reproducer? Is this a Class in jGroups? I never came across the word in the docs... 🫣
—Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
No idea. If the master disconnects, then it won't get any more updates, but you should see a view change in that case... You can use probe.sh to look at all members of the cluster, including their views. |
Beta Was this translation helpful? Give feedback.
-
Hello, I am using jGroups in a setup where I have one "master" like member which always stays in the group and other members can join or leave this group arbitrarily. A custom membership listener (which extends MembershipListener) in the "master" memebr keeps track of the changes in the group and logs to the console when a member joins or leaves the group.
This works fine for a while (20-30 mins on average), but then suddenly, the membership listener is not triggered anymore when a memeber joins or leaves. The members themselves show in their log output that they successfully connected to a group, though.
The "master" memeber does not show an error or whatsoever and is running without a problem, so I am not sure if either I am using jGroups in a wrong way or if the master is kicked out of the group silently and never reconnects?
Did anyone here have similar problems with jGroups? Any hints or even suggestions for a fix would be highly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions