Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Akinnagbe opened this issue Nov 6, 2023 · 0 comments
Open
Labels
type-code-defect Something isn't working

Comments

@Akinnagbe
Copy link

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:

  • Dev Cluster (5 nodes)
  • OS: Windows 11
  • Version 7.1

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

@Akinnagbe Akinnagbe added the type-code-defect Something isn't working label Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-code-defect Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant