Testing Raft behaviour : Understanding Cases Where Nodes Remain in the Cluster but Don’t ACK Operations

noticed that whenever the node is down, it is being evicted from the cluster , by the raft leader [when there is ACK to the hearbeat of the raft leader], so it is difficult to test what happens when a node isn’t able to ACK - write and read consistencies, can you please tell me the cases where the nodes are in the cluster but aren’t ACK to the operations

hi!!

We have some tests on our chaos pipeline that may help you:

One particular test that may help you understanding is this one:

Let me know if this helps!

THanks!