mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 19:10:42 +00:00
This PR improves the way of how handling failures is documented and accessible to the user. - The Handling Failures section is moved from Raft to Troubleshooting. - Two new topics about failure are added to Troubleshooting with a link to the Handling Failures page (Failure to Add, Remove, or Replace a Node, Failure to Update the Schema). - A note is added to the add/remove/replace node procedures to indicate that a quorum is required. See individual commits for more details. Fixes https://github.com/scylladb/scylladb/issues/13149 Closes scylladb/scylladb#15628 * github.com:scylladb/scylladb: doc: add a note about Raft doc: add the quorum requirement to procedures doc: add more failure info to Troubleshooting doc: move Handling Failures to Troubleshooting