Service Fabric 群集中缺少故障分析服务
Fault Analysis Service missing from Service Fabric Cluster
我打算使用 service fabric chaos 来测试我的服务,但是启动它会出现以下错误:
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 资源管理器时,我没有看到 System
应用程序下列出的 Fault Analysis Service
。我看到的唯一系统服务是 clustermanagerservice
、failovermanagerservice
、namingservice
.
是什么导致 fault analysis service
丢失?
控制面板显示安装了以下位:
微软 Azure 服务结构 6.2.283.9494
微软 Azure 服务结构 SDK 3.1.283.9494
服务仅在使用最少 5 节点开发集群时启动。按照此处的 link 重置集群后,它按预期工作。所有服务都出现了。
我打算使用 service fabric chaos 来测试我的服务,但是启动它会出现以下错误:
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 资源管理器时,我没有看到 System
应用程序下列出的 Fault Analysis Service
。我看到的唯一系统服务是 clustermanagerservice
、failovermanagerservice
、namingservice
.
是什么导致 fault analysis service
丢失?
控制面板显示安装了以下位: 微软 Azure 服务结构 6.2.283.9494 微软 Azure 服务结构 SDK 3.1.283.9494
服务仅在使用最少 5 节点开发集群时启动。按照此处的 link 重置集群后,它按预期工作。所有服务都出现了。