nooschain / consensus/raft-membership/operator-membership-executor / executeOperatorMembershipPlan
Function: executeOperatorMembershipPlan()
executeOperatorMembershipPlan(
args):Promise<OperatorMembershipExecutionResult>
Defined in: consensus/raft-membership/operator-membership-executor.ts:100
Applies explicitly approved local peer actions first, then delegates Raft runtime actions to the sidecar executor. This sequencing keeps transport repair independent from consensus membership mutation and reports the final reconciliation plan for operator review.
Parameters
args
actions
db
raftRuntime?
getConsensusStatus
Returns
Promise<OperatorMembershipExecutionResult>