You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before a primary replica's RunAsync is called, StatefulServiceReplicaAdapter waits for the partition to become writable. This is currently done at a fixed interval of 512 ms, which could result in a delay of 512 ms for RunAsync to run on a primary replica. For applications that require fast primary replica switches, this is undesirable.
Before a primary replica's RunAsync is called, StatefulServiceReplicaAdapter waits for the partition to become writable. This is currently done at a fixed interval of 512 ms, which could result in a delay of 512 ms for RunAsync to run on a primary replica. For applications that require fast primary replica switches, this is undesirable.
service-fabric-services-and-actors-dotnet/src/Microsoft.ServiceFabric.Services/Runtime/StatefulServiceReplicaAdapter.cs
Line 458 in 4adb5e2
I would like to suggest making this value configurable instead of a constant of more than half a second.
The text was updated successfully, but these errors were encountered: