-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Execution requested from multiple nodes (#81)
* Move status codes to a separate package * Change WaitMap implementation - use Context for waiting on value * Basic implementation of executing on multiple nodes * Move API models back to `api` package * Update API models * Quorum is configurable * Add CLI option for specifying quorum * Update and fix tests * Determine code when working with multiple execution results * Add more debug logs * Fix timeout for execution * Remove CLI option for setting quorum * Quorum is determined by the request - not by node settings * Move roll call filtering to a more appropriate function * Add reason for failure to the API output * Fix handling of roll call - checking connections is not correct in tests * Fix logging of send errors on roll call
- Loading branch information
Showing
42 changed files
with
637 additions
and
323 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
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.