Search code examples
azureservice-fabric-statefulazure-service-fabric

“Partition is below target replica or instance count” with stateful services on Service Fabric Local Cluster


Whenever I deploy any project on my local cluster (Even following simple Service Fabric tutorials online) I get the following message:

System application is unhealthy.

Unhealthy services: 100% (1/1), ServiceType='EventStoreServiceType', MaxPercentUnhealthyServices=0%.

Unhealthy service: ServiceName='fabric:/System/EventStoreService', AggregatedHealthState='Error'.

Unhealthy partitions: 100% (1/1), MaxPercentUnhealthyPartitionsPerService=0%.

Unhealthy partition: PartitionId='00000000-0000-0000-0000-000000009000', AggregatedHealthState='Error'.

Error event: SourceId='System.FM', Property='State'. Partition is below target replica or instance count.

Even though I have more than 120GBs of disk space


Solution

  • Apparently the issue had something to do with my C drive, when I created a new drive with more than 10GBs space and located the cluster to that new drive the issue was solved.