Hazelcast:通知群集节点何时死亡 [英] Hazelcast: notify when a cluster node dies

查看:134
本文介绍了Hazelcast:通知群集节点何时死亡的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是Hazelcast的新手.
我正在建立一个群集,其中不同的节点负责不同的活动.
当一个节点死亡时,我希望其他节点能够注意到它们,因此它们可以在它们之间重新分配死节点的活动.这可能吗? 我已经为此进行了一些研究,但是找不到任何有用的东西.任何帮助,将不胜感激:)

I am quite a newbie to Hazelcast.
I'm building a cluster where different nodes take in charge different activities.
When a node dies, I'd like other nodes to notice, so they can reassign the dead node's activities among themselves. Is this possible? I have already made some research for this, but I couldn't find anything useful. Any help would be appreciated :)

推荐答案

此处有多种方法,可能最简单的描述方法是

There are a number of ways here, probably the simplest for what you describe is http://docs.hazelcast.org/docs/3.8.5/javadoc/com/hazelcast/core/MembershipListener.html

但是,您实际上并不希望节点首先死亡,这可能值得解决.

However, you don't really want nodes dying in the first place, that's probably worth resolving.

此外,听起来您正在尝试自己管理工作负载的放置,让Hazelcast更轻松地为您完成工作-例如带有信号灯.

Plus, it sounds like you're trying to manage workload placement yourself, simpler to let Hazelcast do it for you -- with for example with semaphores.

这篇关于Hazelcast:通知群集节点何时死亡的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆