【发布时间】:2019-05-31 11:51:05
【问题描述】:
我打算使用服务结构混乱来测试我的服务,但是启动它会给我以下错误:
Start-ServiceFabricChaos : An error occurred during this operation. Please check the trace logs for more details.
At line:1 char:1
+ Start-ServiceFabricChaos -TimeToRunMinute 60 -MaxConcurrentFaults 3 - ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (Microsoft.Servi...usterConnection:ClusterConnection) [Start-ServiceFabricChaos], FabricException
+ FullyQualifiedErrorId : StartChaosCommandErrorId,Microsoft.ServiceFabric.Powershell.StartChaos
我没有看到任何跟踪文件,但在查看 Service Fabric 资源管理器时,我没有看到 Fault Analysis Service 列在 System 应用程序下。我看到的唯一系统服务是clustermanagerservice、failovermanagerservice、namingservice。
是什么导致fault analysis service 丢失?
控制面板显示安装了以下位: 微软 Azure 服务结构 6.2.283.9494 Microsoft Azure Service Fabric SDK 3.1.283.9494
【问题讨论】:
标签: azure azure-service-fabric