microsoft / service-fabric

Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
https://docs.microsoft.com/en-us/azure/service-fabric/
MIT License
3.03k stars 401 forks source link

[BUG] -Reliable Actor in error mode when deployed to 5 node local cluster #1474

Open Akinnagbe opened 1 year ago

Akinnagbe commented 1 year ago

Describe the bug I created a sample Reliable Actor Service from Visual Studio 2022 template, the build was successful but after deploying to a 5-node local cluster, all the 10 partitions are in error mode with this error message "'System.FM' reported Error for property 'State'. Partition is below target replica or instance count. fabric:/ServiceFabricRabbitMqApplication/SampleActorService 3 3 00c43d55-36ba-4e36-98de-b6db14aac57f N/P InBuild _Node_1 133437224729669441

For more information see: https://aka.ms/sfhealth"

Area/Component: Monitoring on Service Fabric Local Cluster, Actor

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Visual Studio 2022', select Service Fabric
  2. Click on 'Actor' and give it a name
  3. Build the project
  4. Deploy the actor service to Service Fabric Explorer on Windows 11
  5. See error "'System.FM' reported Error for property 'State'. Partition is below target replica or instance count. fabric:/ServiceFabricRabbitMqApplication/SampleActorService 3 3 00c43d55-36ba-4e36-98de-b6db14aac57f N/P InBuild _Node_1 133437224729669441

For more information see: https://aka.ms/sfhealth"

Expected behavior All partitions are supposed to be running fine

Observed behavior:

Screenshots image

Service Fabric Runtime Version: ex: 7.1.*

Environment:

If this is a regression, which version did it regress from?

Additional context Add any other context about the problem here.


Assignees: /cc @microsoft/service-fabric-triage