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
{{ message }}
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
Describe the bug
The
raft/cluster
package has a message queue channel which passes on the incoming messages through it like this:This channel when closed asynchronously from its parent function leads to a race condition.
To Reproduce
Reproduced while
cluster.Close()
is called, in theraft
branch.Expected behavior
Race conditions must not exist, ever!
Screenshots
The text was updated successfully, but these errors were encountered: