feat(tools): corda AIO start/stop per node #686 #693
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dependencies (need to be reviewed and merged first)
Depends on #657
Depends on #687
Depends on #688
Depends on #689
Depends on #690
Depends on #691
Depends on #692
Depends on #656
Commit to be reviewed
Author: Peter Somogyvari [email protected]
Author Date: 2021-03-19 14:11:02 -0700
Committer: Peter Somogyvari [email protected]
Committer Date: 2021-03-19 14:12:27 -0700
feat(tools): corda AIO start/stop per node #686
With this change the users of the Corda AIO image
can decide which nodes to launch (A,B,C,Notary)
exactly.
Adds scripts to launch individual nodes as needed.
Before this we could only launch all the nodes at
once which did not work out well because it caused
race conditions in the cordapp jar deployment code.
This revision is tagged in the container registry
as:
hyperledger/cactus-corda-4-6-all-in-one-obligation:2021-03-19-feat-686
Fixes #686
Signed-off-by: Peter Somogyvari [email protected]