azure-service-fabric - Fabric :/System/InfraustructureService is not healthy on Service Fabric Cluster

标签 azure-service-fabric

我部署了一个持久性级别为 Silver 的全新 Service Fabric 集群,fabric:/System/InfrastructureService/FE 服务运行状况不佳,并出现以下错误:

Unhealthy event: SourceId='System.InfrastructureService', Property='CoordinatorStatus', HealthState='Warning', ConsiderWarningAsError=false. Failed to create infrastructure coordinator: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Fabric.InfrastructureService.ManagementException: Unable to get tenant policy agent endpoint from registry; verify that tenant settings match InfrastructureService configuration

最佳答案

需要在两个地方指定持久性级别:ARM 模板中的 VMSS 资源和 Service Fabric 资源。

我的模板在 VMSS 资源中设置为青铜级,在 Service Fabric 资源中设置为银级 - 一旦我使它们匹配,它就起作用了。

关于azure-service-fabric - Fabric :/System/InfraustructureService is not healthy on Service Fabric Cluster,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48553125/

相关文章:

c# - 创建新的 Azure Service Fabric 有状态服务时出现异常

c# - 为本地集群安装证书

powershell - 如何停止空闲的 Service Fabric 集群升级?

communication - Service Fabric 中最快的服务间通信堆栈?

azure - 应用程序洞察是否支持服务结构中的有状态服务

azure - FABRIC_E_SERVER_AUTHENTICATION_FAILED : CertificateNotMatched

node.js - NodeJS 作为服务结构上的 guest 可执行文件

azure - Service Fabric 的终结点配置

Azure服务结构可靠的集合清理

azure - Service Fabric 可靠参与者和 I/O 操作