如何使用 TCPPING 或任何其他发现协议重新发现 TCP 组的成员
如何通过集群名称重新发现组的成员?我正在使用 JGroups 2.7.0 在特定情况下,成员被隔离并且未连接(网络故障),当网络恢复时,我想知道所有其他成员,以便他们再次位于同一组中。
提前致谢。
How can I rediscover members of a group by its cluster-name? I am using JGroups 2.7.0
In a particular situation, members are isolated and are not connected (network failure) and when the network is back up, I would like to know all other members so they are in the same group again.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
建立与网络的连接后,使用堆栈的 MERGE2 协议在堆栈中触发 FIND_INITIAL_MEMBERS 事件,这会将所有隔离的成员合并在一起。
When the connection to the network is established, trigger FIND_INITIAL_MEMBERS event up in the stack using MERGE2 protocol of the stack and that will merge all the isolated members together.