-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Ensure heartbeat results are returned to
RaftCore
Previously, the heartbeat results were not sent back to `RaftCore`, which requires these results to calculate the **last timestamp acknowledged by a quorum**. This commit resolves the issue by ensuring that the heartbeat RPC results are sent back to `RaftCore`, allowing it to correctly update the **last timestamp acknowledged by a quorum**.
- Loading branch information
1 parent
fde9d05
commit a9e2fc4
Showing
7 changed files
with
166 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.