如何使用 TCPPING 或任何其他发现协议重新发现 TCP 组的成员

发布于 2024-12-04 18:45:05 字数 113 浏览 1 评论 0原文

如何通过集群名称重新发现组的成员?我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

要走就滚别墨迹 2024-12-11 18:45:05

建立与网络的连接后,使用堆栈的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文