Skip to content

Commit

Permalink
Update cluster setting language based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rmloveland committed Mar 13, 2018
1 parent 94b0f11 commit 7fc7a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2.0/stop-a-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For information about permanently removing nodes to downsize a cluster or react

When you stop a node, it performs the following steps:

- Finishes in-flight requests. Note that this is a best effort that times out at the `server.shutdown.query_wait` [cluster setting](cluster-settings.html).
- Finishes in-flight requests. Note that this is a best effort that times out after the duration specified by the `server.shutdown.query_wait` [cluster setting](cluster-settings.html).
- Transfers all *range leases* and Raft leadership to other nodes.
- Gossips its draining state to the cluster, so that other nodes do not try to distribute query planning to the draining node, and no leases are transferred to the draining node. Note that this is best effort that times out at the `server.shutdown.drain_wait` [cluster setting](cluster-settings.html), so other nodes may not receive the gossip info in time.
- No new ranges are transferred to the draining node, to avoid a possible loss of quorum after the node shuts down.
Expand Down

0 comments on commit 7fc7a2f

Please sign in to comment.