集群运行状况 - 本地安装

Cluster health - On Premise Installation

我正在测试 Azure Service Fabric On Premise 功能,但我在使用提供的默认配置文件安装的集群时遇到了一些问题。 一旦某些节点脱机(我关闭了主机),所有集群都会变得无响应(例如:Service Fabric Explorer 在所有节点 IP 上变得不可用)。

例如:

我也试过在关机后用Power-Shell禁用节点,结果还是一样。

我在想,只要有一个节点还在运行,集群就会继续工作。但是好像集群一掉50%节点就不可用了,集群至少需要3个节点才能运行。

这是正常行为还是我可以更改配置?如何在本地安装中更改它?

此致

主节点类型的 minimum VM 大小由您选择的持久层决定。

您可以释放的 amount 个节点由法定人数决定。

Three nodes: with three nodes (N=3), the requirement to create a quorum is still two nodes (3/2 + 1 = 2). This means that you can lose an individual node and still maintain quorum

(所以你关于 3 节点集群的评论与文档不符。你确定它真的变得不可用,而不仅仅是不健康?)