| IDowningProviderDownRemovalMargin Property |
Time margin after which shards or singletons that belonged to a downed/removed
partition are created in surviving partition. The purpose of this margin is that
in case of a network partition the persistent actors in the non-surviving partitions
must be stopped before corresponding persistent actors are started somewhere else.
This is useful if you implement downing strategies that handle network partitions,
e.g. by keeping the larger side of the partition and shutting down the smaller side.
Namespace:
Akka.Cluster
Assembly:
Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax TimeSpan DownRemovalMargin { get; }
abstract DownRemovalMargin : TimeSpan with get
Property Value
Type:
TimeSpanSee Also