-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 24514a027377631cc4b3c53a56d7fbcad75b7e5b Author: Simon Schubert <sis@zurich.ibm.com> Date: Wed Oct 26 18:59:33 2016 +0200 sbft: resend in-flight messages on reconnect This allows a recently disconnected replica to catch up and cancel its request timer. Change-Id: I6e32176777fcf74e48bd2a6402793cf4712637d5 Signed-off-by: Simon Schubert <sis@zurich.ibm.com> commit 08232f825ae54569c8fd296717a8ad242d9ad84d Author: Simon Schubert <sis@zurich.ibm.com> Date: Wed Oct 26 18:59:19 2016 +0200 sbft: ignore duplicate preprepare messages Change-Id: Ibfb47ecf1e005bdd23ed40f3753b01f49dfffd94 Signed-off-by: Simon Schubert <sis@zurich.ibm.com> commit 8ba9a9548727c36b8e276003d9a0eb855b2a6afb Author: Simon Schubert <sis@zurich.ibm.com> Date: Wed Oct 26 18:56:40 2016 +0200 sbft: do not use non-deterministic map iteration in tests This change hides a bug that occasionally was exposed due to a specific map iteration order. We add TestErroneousViewChange to explicitly test for this bug, which is fixed in a followup commit. Change-Id: I192903dd57d637ec000a628f9f61b44749caf602 Signed-off-by: Simon Schubert <sis@zurich.ibm.com> Change-Id: I32a3c424dd385704b77ed884b2ec0f6d04f6ac6c Signed-off-by: Simon Schubert <sis@zurich.ibm.com>
- Loading branch information
Showing
5 changed files
with
149 additions
and
13 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
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