I have a Stateful service fabric application. In the application Parameter file i have PartitionCount as 20
When i deploy service to the cluster I get 20 partitions and some of the partition status is showing as "Reconfiguring" and finally they are going to warning state showing Unhealthy evnet
Unhealthy event: SourceId='System.FM', Property='State', HealthState='Warning', ConsiderWarningAsError=false. Partition reconfiguration is taking longer than expected.
But the replica health inside that Partition is showing as "OK"
What is actually happening when partition is in "Reconfiguring" state ? Why this error occurs?