-
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.
* First form, thread per task iterator * Fix some crap * Smoke test for synchronous ring iterator * correct test * SyncSliceIterator + Test test refactoring * fix * add sync version of ring comms + test + refactor iterator. * ReliableBroadcast uses synchronous version of ring comms * Fireflies uses synchronous version of ring comms * No more async usage of RingComm * mass refactoring to eliminate completable/listenable future Everything async eliminated and relying on virtual threads. * Renaming and eliminating more futures. Gorgoneion module passing Sounds like a sci fi novel * Fix corgoneion bootstrapping for only one active member. * run to CHOAM. 1 failure, 2 errors ;) progress. finally. * trace rather than info * trace rather than info * remove class cast mock madness * correctly handle StatusRuntimeException * back to info * scheduler per * Remove schedulers, just hard-wire where needed * remove some parameterized thread pools replace with new v thread per * handle status runtime exception * whoops * handle another issue with statusruntimeex. Use loopback address for testing, not local host * timout? * amp up logging * stereotomy logging * catch remote runtime excep * squelch unikerl * remove even moar thread pools. basically drive through schedulers using virtual thread pools. fix some blocking starts in iterators/etc * ensure shutdown * further thread pool clean up * further thread pool clean up. Fix BootstrappingTest * fix liquibase error on missing dir * amp up logging * better logging * cleaner testing * cleaner testing * cleaner testing * squelch logging * squelch logging * minor cleanup and fix ReliableBroadcaster - was not executing finally if empty result from partner * set explicit executors to netty client/server builders
- Loading branch information
1 parent
07a0fb8
commit 64a8359
Showing
171 changed files
with
11,013 additions
and
13,274 deletions.
There are no files selected for viewing
2,281 changes: 1,116 additions & 1,165 deletions
2,281
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.