-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Saner resource management. Don't set exec on clients. * don't share forks. Use UE for model domain testing. * remove * logging, fpr adjus * Clean and Smooth Join by requiring bft majorities before publish, etc. Clean up pending/etc logic as well. * will it blend? * cleaner committee join, revert ReliableBroadcaster fpr changes The bloom window needs a very low FPR * Believe the view Reconfiguration is now fixed. Significant work on join protocol. Added new Chillin' state to ensure we get full membership through slow joiners. * flew too close to the sun * use UE :: sigh :: * use UE * another attempt * yet again * ChurnTest * ahem no * don't reuse forks * global platform threads * no globals * lighter weight * test opti. reuse forks 🤞 Use UE with cached thread pools. tweak gossip durations, some epoch lengths, etc. * don't reuse forks * mtls uses plat cached threads by default
- Loading branch information
1 parent
04c6275
commit 76ac944
Showing
59 changed files
with
737 additions
and
495 deletions.
There are no files selected for viewing
249 changes: 149 additions & 100 deletions
249
choam/src/main/java/com/salesforce/apollo/choam/CHOAM.java
Large diffs are not rendered by default.
Oops, something went wrong.
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.