Skip to content

DowningProvider

Defined in: src/cluster/downing/DowningProvider.ts:26

Pluggable split-brain resolver. Given the current partition view, pick the set of nodes to mark down. Strategies differ in how they break ties (keep the majority, keep the oldest member, require an admin-defined quorum, …).

decide(view): DowningDecision

Defined in: src/cluster/downing/DowningProvider.ts:31

Return addresses to forcibly down. The empty set means “not yet — wait for stability or more heartbeats”.

ClusterPartitionView

DowningDecision