小编Mee*_*man的帖子

将解决方案部署到Service Fabric群集时出现问题

所有,

我似乎无法将在本地群集上完美运行的应用程序部署到Azure中的群集.

奇怪的是,我过去能够部署这个应用程序,但现在似乎无法.部署应用程序后,似乎我的无状态服务首次部署没有任何问题,但我的有状态服务和演员似乎无法找到合适的复制节点,因为我似乎收到以下警告(通过服务结构浏览器) ,在选择应用程序时):

Unhealthy event: SourceId='System.PLB', Property='ServiceReplicaUnplacedHealth_Primary_8f41b6fb-3c6f-4916-9f85-27da0171ae6d', HealthState='Warning', ConsiderWarningAsError=false.
The Load Balancer was unable to find a placement for one or more of the Service's Replicas:
fabric:/Namespace/ActorService Primary Partition 8f41b6fb-3c6f-4916-9f85-27da0171ae6d could not be placed, possibly, due to the following constraints and properties:  
Placement Constraint: N/A
Depended Service: N/A

Constraint Elimination Sequence:
NodeBlockList eliminated 5 possible node(s) for placement -- 0/5 node(s) remain.
Run Code Online (Sandbox Code Playgroud)

经过进一步调查,我也遇到了以下错误:

Error event: SourceId='System.Hosting', Property='CodePackageActivation:Code:EntryPoint'.
ServiceManifestName='ActorPkg', NodeName='_nt1vm_4',AggregatedHealthState='Error'.
Run Code Online (Sandbox Code Playgroud)

检查blob存储中的所有日志文件以及跟踪时,我还发现了以下日志语句:

2016-5-12 12:54:15.176,Warning,1516,2528,Hosting.ProcessActivationManager,Application service 66933b89-78e9-4590-8971-d0cad139d956 with processId 3240 for parent …
Run Code Online (Sandbox Code Playgroud)

azure azure-service-fabric

8
推荐指数
1
解决办法
4623
查看次数

标签 统计

azure ×1

azure-service-fabric ×1