Ashok Kumar
04/05/2024, 7:14 AMKishore Nallan
04/05/2024, 7:15 AMAshok Kumar
04/05/2024, 7:16 AMAshok Kumar
04/05/2024, 7:17 AMKishore Nallan
04/05/2024, 7:18 AMJason Bosco
04/05/2024, 4:28 PMBut there can be genuine outages. Like box failures.This is a property of the RAFT protocol we use for consensus - a 5 node cluster can only tolerate 2 simultaneous node failures, beyond that the cluster loses quorum and needs manual intervention to recover (more in the HA docs about how to do this). So when you do upgrades, you have to rotate 1 node at a time in a 3 node cluster, and 2 nodes at a time in a 5 node cluster, and wait till those nodes fully re-index the data in-memory, before doing additional rotations