【问题标题】:Service Fabric - Warning: Failed to create infrastructure coordinatorService Fabric - 警告:无法创建基础结构协调器
【发布时间】:2017-03-22 00:51:32
【问题描述】:

我已经使用 ARM 模板部署了一个 SB,当我转到资源管理器时,它显示所有节点都正常,但在系统树上,我的 2 种节点类型有一个警告:

不健康事件:SourceId='System.InfrastructureService', 属性='CoordinatorStatus',HealthState='警告', 考虑WarningAsError=false。未能创建基础架构 协调员: Microsoft.WindowsAzure.ServiceRuntime.Management.DeploymentManagementEndpointNotFoundException: 找不到部署管理端点:ManagementUri at Microsoft.WindowsAzure.ServiceRuntime.Management.DeploymentManagementServer.CreateChannelFactory() 在 Microsoft.WindowsAzure.ServiceRuntime.Management.DeploymentManagementServer.Initialize(IDeploymentManagementServer 服务器)在 Microsoft.WindowsAzure.ServiceRuntime.Management.DeploymentManagementClient..ctor(IDeploymentManagementServer 服务器)在 Microsoft.WindowsAzure.ServiceRuntime.Management.DeploymentManagementClient.CreateInstanceImpl(IDeploymentManagementServer 服务器)在 System.Fabric.InfrastructureService.ManagementClientFactory.Create()
在 System.Fabric.InfrastructureService.WindowsAzureInfrastructureCoordinatorFactory.Create() 在 System.Fabric.InfrastructureService.ServiceFactory.CreateCoordinatorByReflection(字符串 组件名称,字符串工厂类型名称,对象 [] factoryCreateMethodArgs) 在 System.Fabric.InfrastructureService.DelayLoadCoordinator.d__c.MoveNext()

.....有什么想法吗???我会很感激的

谢谢

【问题讨论】:

    标签: azure-service-fabric


    【解决方案1】:

    您的 ARM 模板的耐用性级别设置可能不匹配。每种节点类型需要设置 2 个位置。 一个。 VM 扩展资源部分 湾。 Service Fabric 群集资源部分。

    您能否检查一下这两个部分对于每个节点类型是否具有相同的值。例如。 “durabilityLevel”:“黄金”

    【讨论】:

    • 如果存在不匹配并且您只是尝试创建和试用新的 Service Fabric 群集,修复它的最简单方法是删除资源组并重新部署 ARM 模板。当然,这假设您在集群上还没有任何有用的工作负载。
    猜你喜欢
    • 2018-01-28
    • 1970-01-01
    • 2018-12-04
    • 2014-11-17
    • 2020-07-05
    • 2017-01-01
    • 1970-01-01
    • 2019-05-20
    • 2019-02-21
    相关资源
    最近更新 更多