Acquisition of turn based concurrency lock for actor '{actorName}' timed out after {time}
问题 I have service which creates Actors of some type by some name: var storer = this.serviceClient.Create<IStorer>(new ActorId(agencyToProcess.Name)); and then I call Actor's method. await storer.StoreStatusesAsync().ConfigureAwait(false); On this call I receive error : System.AggregateException: One or more errors occurred. ---> Microsoft.ServiceFabric.Actors.ActorConcurrencyLockTimeoutException: Acquisition of turn based concurrency lock for actor 'actorName' timed out after 00:01:13.6480000.