Node removed from cluster fails to terminate disrupting cluster operations when tick_interval
is 0.1
#154
Labels
bug
Something isn't working
need investigation
ossca-24
OSS Contribution Academy mentee's contributions.
This situation should not occur in the current raftify code. In a
3-node Rust example
code, the following commands were executed from the client:The issue occurs when
tick_interval
is set to 0.1: a node removed from the cluster does not terminate and continues to disrupt the cluster's operations. Interestingly, this problem does not occur when the tick_interval is slightly larger.The text was updated successfully, but these errors were encountered: