Service Fabric UpgradeOrchestrationService失败

时间:2016-10-26 10:03:58

标签: azure-service-fabric

我目前正在独立的Windows Server 2016 Datacenter安装上测试Service Fabric。

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

显示以下异常消息:

  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上进行了完全相同的设置,但没有遇到任何问题。

0 个答案:

没有答案