Skip to content

Commit

Permalink
docs: rewrite raft leadership transfer upgrade note
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Mar 16, 2022
1 parent 4ffa808 commit 772abb6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions website/content/docs/upgrade/upgrade-specific.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ mounted to the task's `NOMAD_TASK_DIR` instead of the

#### Raft leadership transfer on error

Starting with Nomad 1.3.0, when a Nomad leader fails to establish leadership it
will attempted to gracefully transfer leadership to another eligible server in
the cluster. This operation is only supported when using Raft Protocol Version
3.
Starting with Nomad 1.3.0, when a Nomad server is elected the Raft leader but
fails to complete the process to start acting as the Nomad leader it will
attempt to gracefully transfer its Raft leadership status to another eligible
server in the cluster. This operation is only supported when using Raft
Protocol Version 3.

#### Server Raft Database

Expand Down

0 comments on commit 772abb6

Please sign in to comment.