8db12c2a17
When a Nomad server becomes the Raft leader, it must perform several actions defined in the establishLeadership function. If any of these actions fail, Raft will think the node is the leader, but it will not actually be able to act as a Nomad leader. In this scenario, leadership must be revoked and transferred to another server if possible, or the node should retry the establishLeadership steps.
4 lines
120 B
Plaintext
4 lines
120 B
Plaintext
```release-note:improvement
|
|
server: Transfer Raft leadership in case the Nomad server fails to establish leadership
|
|
```
|