【问题标题】:fabric:/System/InfraustructureService is not healthy on Service Fabric Clusterfabric:/System/InfraustructureService 在 Service Fabric 群集上不正常
【发布时间】:2018-07-11 05:02:25
【问题描述】:

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

不健康事件:SourceId='System.InfrastructureService', 属性='CoordinatorStatus',HealthState='警告', 考虑WarningAsError=false。未能创建基础架构 协调员:System.Reflection.TargetInvocationException:异常 已被调用的目标抛出。 ---> System.Fabric.InfrastructureService.ManagementException:无法获取 来自注册表的租户策略代理端点;验证租户 设置匹配 InfrastructureService 配置

【问题讨论】:

    标签: azure-service-fabric


    【解决方案1】:

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

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

    【讨论】:

    • 为了清楚起见,我们通过 PowerShell 将 Reliability Tier 更改为 Silver(在 Service Fabric 资源中),对应的 VMSS 选项在哪里,我没有看到.. 你需要重新部署 VMSS ? ?
    • 这是为我做的。我必须通过 resources.azure.com 更新 VMSS 持久性层。
    猜你喜欢
    • 2017-08-09
    • 2016-03-25
    • 2016-09-28
    • 2019-06-05
    • 2020-01-11
    • 2018-10-27
    • 2017-07-25
    • 1970-01-01
    • 2018-11-14
    相关资源
    最近更新 更多