Skip to content

Graceful shutdowns for IRaftHttpCluster leaders? #93

Answered by sakno
Arkensor asked this question in Q&A
Discussion options

You must be logged in to vote

Graceful shutdown is an operation that must be initiated externally by cluster admin. It consists of the following steps:

  1. Stops the node
  2. Informs the cluster that the stopped node is not a member of the cluster

The last operation is a regular Raft operation that must be accepted by the leader and committed by the majority of nodes. RemoveMemberAsync should be called on leader node only.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Arkensor
Comment options

@sakno
Comment options

@sakno
Comment options

Answer selected by Arkensor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants