I am learning the consensus supported by Apache IoTDB. I wonder when the consensus protocol of data copy is set to RatisConsensus, when the cluster has 3 data nodes and the number of data copies is 3, because RatisConsensus has strong consistency, is it impossible to write data to the cluster when one of the datanodes goes wrong? Also, is IoTConsensus (also supported by IoTDB) the same for this question?
I checked the official website about consensus, but it did not answer availability under specific number of cluster datanodes. I need an answer for this specific circumstance.