Search Results for

    Show / Hide Table of Contents

    Class SplitBrainResolverProvider

    Enabled with configuration: { akka.cluster.downing-provider-class = "Akka.Cluster.SBR.SplitBrainResolverProvider" }

    Inheritance
    object
    SplitBrainResolverProvider
    Implements
    IDowningProvider
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Cluster.SBR
    Assembly: Akka.Cluster.dll
    Syntax
    public class SplitBrainResolverProvider : IDowningProvider

    Constructors

    | Edit this page View Source

    SplitBrainResolverProvider(ActorSystem, Cluster)

    Declaration
    public SplitBrainResolverProvider(ActorSystem system, Cluster cluster)
    Parameters
    Type Name Description
    ActorSystem system
    Cluster cluster

    Properties

    | Edit this page View Source

    DownRemovalMargin

    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.

    Declaration
    public TimeSpan DownRemovalMargin { get; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    DowningActorProps

    If a props is returned it is created as a child of the core cluster daemon on cluster startup. It should then handle downing using the regular Cluster APIs. The actor will run on the same dispatcher as the cluster actor if dispatcher not configured.

    May throw an exception which will then immediately lead to Cluster stopping, as the downing provider is vital to a working cluster.

    Declaration
    public Props DowningActorProps { get; }
    Property Value
    Type Description
    Props

    Implements

    IDowningProvider

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET