Azure service fabric 更新到最新版本(6.1.456.9494)后,服务结构不可用

Azure service fabric 更新到最新版本(6.1.456.9494)后,服务结构不可用,azure-service-fabric,Azure Service Fabric,我有两个更大问题的主要症状 如果我每隔一段时间在VisualStudio中调试一个应用程序,我会将它放在一个断点上,服务就会关闭。这是它“崩溃”时的日志 在打开ServiceFabric一到两个小时后,集群将失去响应,在重置集群之前,我无法部署任何应用程序。日志只是不断地说: Started executing script 'Get-ServiceFabricApplicationStatus'. Finished executing script 'Get-ServiceFabricApp

我有两个更大问题的主要症状

  • 如果我每隔一段时间在VisualStudio中调试一个应用程序,我会将它放在一个断点上,服务就会关闭。这是它“崩溃”时的日志

  • 在打开ServiceFabric一到两个小时后,集群将失去响应,在重置集群之前,我无法部署任何应用程序。日志只是不断地说:

    Started executing script 'Get-ServiceFabricApplicationStatus'.
    Finished executing script 'Get-ServiceFabricApplicationStatus'.
    
  • 我也无法通过任务栏中的图标打开service fabric manager,但url仍然有效

    运行:C:\Program Files\Microsoft SDK\Service Fabric\ClusterSetup\CleanCluster.ps1似乎可以很好地将其重置,并在几个小时内再次工作。直到(大概)它到达一个点以下,连接耗尽,一切都出了问题

    我能在上面找到的唯一日志是: 这句话有几千行:

        localhost:19000-127.0.0.1:59598: failed to locate connection 1eedf052ba0 to update instance
        exceeded client connection limit: target=127.0.0.1:59598 max=1000
        localhost:19000-127.0.0.1:59597: failed to locate connection 1eedf055db0 to update instance
        Warning 2/26/2018 12:27:11 PM   Microsoft-Service Fabric    57089   EntreeServiceProxy
        Warning 2/26/2018 12:27:11 PM   Microsoft-Service Fabric    4097    Transport
        exceeded client connection limit: target=127.0.0.1:59596 max=1000
        localhost:19000-127.0.0.1:59595: failed to locate connection 1eedf0536c0 to update instance
        exceeded client connection limit: target=127.0.0.1:59595 max=1000
        exceeded client connection limit: target=127.0.0.1:59595 max=1000
        exceeded client connection limit: target=127.0.0.1:59594 max=1000
        localhost:19000-127.0.0.1:59593: failed to locate connection 1eedf052ba0 to update instance
        exceeded client connection limit: target=127.0.0.1:59593 max=1000
    
    我的dns服务似乎处于不健康状态:

       Unhealthy event: SourceId='System.RA', Property='ReplicaOpenStatus',                         
       HealthState='Warning', ConsiderWarningAsError=false.
       Replica had multiple failures during open on _Node_0. -2147467259
       For more information see: http://aka.ms/sfhealth
    
    有关如何解决此服务结构问题的任何建议

       Unhealthy event: SourceId='System.RA', Property='ReplicaOpenStatus',                         
       HealthState='Warning', ConsiderWarningAsError=false.
       Replica had multiple failures during open on _Node_0. -2147467259
       For more information see: http://aka.ms/sfhealth