mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-27 06:58:30 +02:00
Mention that you need a 3+ node cluster to recover shards
This commit is contained in:
@@ -819,11 +819,12 @@ Let's walk through them from best to worst.
|
||||
|
||||
**Recover with replicated collection**
|
||||
|
||||
If the number of failed nodes is less than the replication factor of the collection, then no data is lost.
|
||||
Your cluster should still be able to perform read, search and update queries.
|
||||
If the number of failed nodes is less than the replication factor of the collection, then your cluster should still be able to perform read, search and update queries.
|
||||
|
||||
Now, if the failed node restarts, consensus will trigger the replication process to update the recovering node with the newest updates it has missed.
|
||||
|
||||
If the failed node never restarts, you can recover the lost shards if you have a 3+ node cluster. You cannot recover lost shards in smaller clusters because recovery operations go through [raft](#raft) which requires >50% of the nodes to be healthy.
|
||||
|
||||
**Recreate node with replicated collections**
|
||||
|
||||
If a node fails and it is impossible to recover it, you should exclude the dead node from the consensus and create an empty node.
|
||||
|
||||
Reference in New Issue
Block a user