Files
scylladb/docs/troubleshooting/failed-add-remove-replace.rst
Anna Stuchlik bf25b5fe76 doc: add more failure info to Troubleshooting
This commit adds new pages with reference to
Handling Node Failures to Troubleshooting.
The pages are:
- Failure to Add, Remove, or Replace a Node
  (in the Cluster section)
- Failure to Update the Schema
  (in the Data Modeling section)
2023-10-04 12:44:26 +02:00

9 lines
465 B
ReStructuredText

Failure to Add, Remove, or Replace a Node
------------------------------------------------
ScyllaDB relies on the Raft consensus algorithm, which requires at least a quorum
of nodes in a cluster to be available. If some nodes are down and the quorum is
lost, adding, removing, and replacing a node fails.
See :doc:`Handling Node Failures <handling-node-failures>` for information about
recovery actions depending on the number of nodes and DCs in your cluster.