lablup / raftify

Experimental High level Raft framework
https://docs.rs/raftify/latest/raftify
Apache License 2.0
36 stars 14 forks source link

Intermittent failure in leader election tests #166

Open jopemachine opened 1 month ago

jopemachine commented 1 month ago

After #118, leader election tests fails intermittently (Both in local and CI).

Let's explore the possible causes of the race condition and how we could mitigate this.