-
Notifications
You must be signed in to change notification settings - Fork 201
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
Modify parsec-run-local.sh script to run with multiple agents and shards #276
Labels
enhancement/testing
Increases test coverage or quality
Comments
rockett-m
added a commit
to rockett-m/opencbdc-tx
that referenced
this issue
Aug 30, 2024
…ci#276 This commit made with the assistance of github copilot Signed-off-by: Morgan Rockett <[email protected]>
rockett-m
added a commit
to rockett-m/opencbdc-tx
that referenced
this issue
Sep 7, 2024
…ci#276 This commit made with the assistance of github copilot Signed-off-by: Morgan Rockett <[email protected]>
rockett-m
added a commit
to rockett-m/opencbdc-tx
that referenced
this issue
Sep 10, 2024
…ci#276 This commit made with the assistance of github copilot Signed-off-by: Morgan Rockett <[email protected]>
rockett-m
added a commit
to rockett-m/opencbdc-tx
that referenced
this issue
Nov 12, 2024
…ci#276 This commit made with the assistance of github copilot Signed-off-by: Morgan Rockett <[email protected]>
rockett-m
added a commit
to rockett-m/opencbdc-tx
that referenced
this issue
Nov 12, 2024
…ci#276 This commit made with the assistance of github copilot Signed-off-by: Morgan Rockett <[email protected]>
rockett-m
added a commit
to rockett-m/opencbdc-tx
that referenced
this issue
Nov 15, 2024
…ci#276 This commit made with the assistance of github copilot Signed-off-by: Morgan Rockett <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The script is currently limited to 1 agent and 1 shard. We seek to enable the
parsec-run-local.sh
to work with many agents and shards."This requires adding more lines a la --shard00_endpoint=$IP:5556 --shard00_raft_endpoint=$IP:5557.
Those need to be programmatically generated as they need to choose new ports (e.g. sequentially in a loop)" @madars
Thinking about adding command line args on how many agents and shards are desired and handling if those are within allowable bounds, and then generating the arguments accordingly before running like the standard script.
@HalosGhost could you assign this to me? If you could add "enhancement/testing" as a label, that would be great
The text was updated successfully, but these errors were encountered: