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 Nov 12, 2024. It is now read-only.
If no new requests come in for a long time, it might be that the only way a follower knows to commit a request is to do so on a heartbeat message, so the commit logic should happen there, too.
Really, there should be no difference in the processing for heartbeats and non-heartbeats. A heartbeat is just an AppendEntries in which the list of new entries is empty, so an empty list is appended to the log.
The text was updated successfully, but these errors were encountered:
If no new requests come in for a long time, it might be that the only way a follower knows to commit a request is to do so on a heartbeat message, so the commit logic should happen there, too.
Really, there should be no difference in the processing for heartbeats and non-heartbeats. A heartbeat is just an
AppendEntries
in which the list of new entries is empty, so an empty list is appended to the log.The text was updated successfully, but these errors were encountered: