-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report only confirmed log entries as matching in AppendEntriesResponse
Summary: For successful appends, only report up to those log entries that were actually confirmed to match the leader's log entries in the current append rather than all log entries. This avoid establish false quorum when a prefix of the log matches. Reviewed By: jaher Differential Revision: D67120345 fbshipit-source-id: b6c55104547157a9c0a235671c35a0f9f0e49364
- Loading branch information
1 parent
ebc2504
commit 9870562
Showing
2 changed files
with
27 additions
and
77 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