You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by jimmarino November 28, 2021
We've encountered situations where parts of a database on a node deployed in a cluster is corrupted. This can happen for:
Buckets
Indexes
The schema definition
It would be useful to have the ability to initiate a repair process where a replica can repair itself by requesting updates from the leader.
I'm sure this will involve covering some tricky situations, such as what happens if an election round occurs and a new leader is elected during a repair.
Discussed in #223
Originally posted by jimmarino November 28, 2021
We've encountered situations where parts of a database on a node deployed in a cluster is corrupted. This can happen for:
It would be useful to have the ability to initiate a repair process where a replica can repair itself by requesting updates from the leader.
I'm sure this will involve covering some tricky situations, such as what happens if an election round occurs and a new leader is elected during a repair.