Azure service fabric 服务结构升级OrchestrationService失败

Azure service fabric 服务结构升级OrchestrationService失败,azure-service-fabric,Azure Service Fabric,我目前正在独立的Windows Server 2016数据中心安装上测试Service Fabric 集群由三个节点组成,它们在一台机器上运行(类似于ClusterConfig.Unsecure.DevCluster.json的配置)。群集版本为5.3.301.9590。设置集群没有任何问题。但是,经过一些延迟后,Service Fabric Explorer的系统部分中的升级OrchestrationService进入警告状态。未安装应用程序。这种情况直接发生在群集设置之后 将显示以下异常消息

我目前正在独立的Windows Server 2016数据中心安装上测试Service Fabric

集群由三个节点组成,它们在一台机器上运行(类似于ClusterConfig.Unsecure.DevCluster.json的配置)。群集版本为5.3.301.9590。设置集群没有任何问题。但是,经过一些延迟后,Service Fabric Explorer的系统部分中的升级OrchestrationService进入警告状态。未安装应用程序。这种情况直接发生在群集设置之后

将显示以下异常消息:

  Unhealthy event: SourceId='RunAsync', Property='RunAsyncUnhandledException', HealthState='Warning', ConsiderWarningAsError=false.
  System.Fabric.FabricException (-2147017720) 
   Message: Exception from HRESULT: 0xFFFFFFFF 
   StackTrace:    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
     at System.Fabric.Common.FabricClientRetryHelper.d__15.MoveNext()
  --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
     at System.Fabric.Common.FabricClientRetryHelper.d__f.MoveNext()
  --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
     at System.Fabric.UpgradeService.ClusterUpgradeCommandProcessor.d__46.MoveNext()
  --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
     at System.Fabric.UpgradeService.ClusterUpgradeCommandProcessor.d__34.MoveNext()
  --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
     at System.Fabric.UpgradeOrchestration.Service.FabricUpgradeOrchestrationService.d__15.MoveNext()
  --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
     at System.Fabric.UpgradeOrchestration.Service.FabricUpgradeOrchestrationService.d__a.MoveNext()
  --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
     at System.Fabric.UpgradeOrchestration.Service.FabricUpgradeOrchestrationService.d__2.MoveNext()
  --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
     at Microsoft.ServiceFabric.Services.Runtime.StatefulServiceReplicaAdapter.d__f.MoveNext()
更新
我在Windows Server 2012 R2上执行了完全相同的设置,没有遇到任何问题。

您能否在“应用程序和服务日志”>“Microsoft Service Fabric”下的事件查看器中检查消息?听起来好像与群集配置有关。您可以在“应用程序和服务日志”>“Microsoft Service Fabric”下的事件查看器中检查消息吗?听起来好像与集群配置有关。