Skip to content

Opt-in quorum-based unreachability detection for SBR #32947

Description

@sebastian-alfers

A single cluster node with degraded networking (intermittent packet loss) doesn't just get marked unreachable. Its own failure detector gossips false unreachable verdicts against the healthy peers it monitors.

Because Akka currently treats a node as unreachable cluster-wide if any single observer reports it so (no quorum on the verdict), SBR's indirectly-connected downing logic then removes those falsely-accused healthy peers.

Idea: introduce a quorum threshold k for unreachability verdicts: a subject is only considered unreachable cluster-wide when more than k distinct observers independently report it as unreachable, instead of trusting any single observer.

Expected to be opt-in (existing single-observer behavior remains the default).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions