Torn

data class Torn(val reason: CloseReason) : ElectionOutcome

The election collapsed mid-2PC: the co-elector(s) needed to finish it are gone, either through a transport tear or through a membership drain that left this peer alone. Retryable — re-run electLobby(...) to rejoin and re-elect. reason is the seam's own us.tractat.kuilt.core.CloseReason when it tore, else us.tractat.kuilt.core.CloseReason.Unreachable.

Constructors

Link copied to clipboard
constructor(reason: CloseReason)

Properties

Link copied to clipboard