You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that we assume all transitions are atomic(e.g., Restart, Timeout, AppendEntries, etc). So we can't simulate a situation where machine goes done whie it is processing the RPC request, right? Although such situation doesn't affect the correctness of raft algorithm.
The text was updated successfully, but these errors were encountered:
It seems that we assume all transitions are atomic(e.g.,
Restart
,Timeout
,AppendEntries
, etc). So we can't simulate a situation where machine goes done whie it is processing theRPC
request, right? Although such situation doesn't affect the correctness of raft algorithm.The text was updated successfully, but these errors were encountered: