-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[forge][chaos] Expand chaos simulation to six regions #14860
Merged
Merged
Conversation
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
⏱️ 3h 58m total CI duration on this PR
|
ibalajiarun
added
CICD:build-images
when this label is present github actions will start build+push rust images from the PR.
CICD:run-forge-e2e-perf
Run the e2e perf forge only
and removed
CICD:build-images
when this label is present github actions will start build+push rust images from the PR.
labels
Oct 3, 2024
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ibalajiarun
force-pushed
the
balaji/forge-chaos
branch
from
October 3, 2024 17:04
6713413
to
0b1161c
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ibalajiarun
force-pushed
the
balaji/forge-chaos
branch
from
October 3, 2024 18:00
0b1161c
to
2295e21
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ibalajiarun
force-pushed
the
balaji/forge-chaos
branch
from
October 3, 2024 18:24
2295e21
to
552b2c4
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ibalajiarun
force-pushed
the
balaji/forge-chaos
branch
from
October 3, 2024 19:05
552b2c4
to
668aad4
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ibalajiarun
force-pushed
the
balaji/forge-chaos
branch
from
October 3, 2024 21:00
668aad4
to
a28c7bf
Compare
ibalajiarun
changed the title
[forge][chaos] five regions
[forge][chaos] Expand chaos simulation to six regions
Oct 3, 2024
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ibalajiarun
force-pushed
the
balaji/forge-chaos
branch
from
October 4, 2024 15:37
a28c7bf
to
8111a18
Compare
ibalajiarun
force-pushed
the
balaji/forge-chaos
branch
from
October 4, 2024 15:46
8111a18
to
b7c4e39
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ibalajiarun
force-pushed
the
balaji/forge-chaos
branch
from
October 16, 2024 00:00
8a61a92
to
7b9a512
Compare
This comment has been minimized.
This comment has been minimized.
ibalajiarun
force-pushed
the
balaji/forge-chaos
branch
2 times, most recently
from
October 16, 2024 00:20
9b98fcd
to
2a93b42
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
danielxiangzl
approved these changes
Oct 16, 2024
bchocho
approved these changes
Oct 16, 2024
ibalajiarun
force-pushed
the
balaji/forge-chaos
branch
from
October 16, 2024 23:10
2a93b42
to
a2d4215
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
✅ Forge suite
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
After the recent forge region simulation fixes in #13476, we can now support up to six regions from four previously. Hence, this PR. By dividing the nodes into six regions, we can now expand support to more nodes. I have tested up to 155 nodes (150 vals + 5 vfns).
For up to 100 validators, 4-regions will be the default, and for anything more 6-regions will be default.
Support for expanding over 6 regions is WIP.