Skip to content

Commit

Permalink
backport of commit 4be71ab
Browse files Browse the repository at this point in the history
  • Loading branch information
xwa153 committed Jun 27, 2023
1 parent 181b586 commit f5602d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/commands/leave.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ non-graceful leave can affect cluster availability.

Depending on how many Consul servers are running, running `consul leave` on a server explicitly can reduce the quorum
size (which is derived from the number of Consul servers, see
[deployment_table](https://www.consul.io/docs/architecture/consensus#deployment_table)).
[deployment_table](/consul/docs/architecture/consensus#deployment_table)).
Even if the cluster used `bootstrap_expect` to set a number of servers and thus quorum size initially,
issuing `consul leave` on a server will reconfigure the cluster to have fewer servers.
This means you could end up with just one server that is still able to commit writes because the quorum size for
Expand Down

0 comments on commit f5602d3

Please sign in to comment.