Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tools): corda AIO start/stop per node #686 #693

Merged
merged 1 commit into from
Mar 26, 2021

Conversation

petermetz
Copy link
Contributor

@petermetz petermetz commented Mar 19, 2021

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]

takeutak
takeutak previously approved these changes Mar 23, 2021
@petermetz petermetz force-pushed the feat-686 branch 3 times, most recently from 50dfff4 to 9a03425 Compare March 24, 2021 02:23
@petermetz petermetz requested a review from takeutak March 24, 2021 22:37
@petermetz petermetz requested a review from kikoncuo March 25, 2021 07:26
@petermetz petermetz force-pushed the feat-686 branch 2 times, most recently from ae903f3 to 8ca4f7d Compare March 25, 2021 16:58
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 hyperledger-cacti#686

Signed-off-by: Peter Somogyvari <[email protected]>
@petermetz petermetz merged commit f52c00e into hyperledger-cacti:main Mar 26, 2021
@petermetz petermetz deleted the feat-686 branch March 26, 2021 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(tools): corda AIO start/stop per node
3 participants