Dependency loop between PeerSvc and Voter #350
akiradeveloper
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The dependency between
PeerSvc
andVoter
is cyclic. This should be fixed. My guess is that threads underPeerSvc
doesn't necessarily need to haveVoter
. These threads only check if it is currently a leader but running these threads on follower side is rather awkward.Beta Was this translation helpful? Give feedback.
All reactions