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
A clear and concise description of what the bug is.
Expected behavior
leader send heartbeat to follower periodically
Actual behavior
leader stop send heartbeat to follower
Steps to reproduce
Minimal yet complete reproducer code (or GitHub URL to code)
when try-lock failed, heartbeat error put into the list, may need next unlock to run the heartbeat, so the heartbeat cann't send periodically as expected. this may cause leader vote.
Environment
SOFAJRaft version: jraft-core-1.2.7.beta1.jar
JVM version (e.g. java -version):
OS version (e.g. uname -a):
Maven version:
IDE version:
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
Expected behavior
leader send heartbeat to follower periodically
Actual behavior
leader stop send heartbeat to follower
Steps to reproduce
Minimal yet complete reproducer code (or GitHub URL to code)
when try-lock failed, heartbeat error put into the list, may need next unlock to run the heartbeat, so the heartbeat cann't send periodically as expected. this may cause leader vote.
Environment
java -version
):uname -a
):The text was updated successfully, but these errors were encountered: