-
Notifications
You must be signed in to change notification settings - Fork 65
apollo_storage: change ServerConfig default port #10856
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
apollo_storage: change ServerConfig default port #10856
Conversation
|
Artifacts upload workflows: |
6abc5b6 to
0b52fc4
Compare
Itay-Tsabary-Starkware
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 3 files reviewed, 1 unresolved discussion (waiting on @nadin-Starkware)
crates/apollo_deployments/resources/app_configs/state_sync_config.json line 66 at r1 (raw file):
"state_sync_config.storage_reader_server_config.enable": false, "state_sync_config.storage_reader_server_config.ip": "0.0.0.0", "state_sync_config.storage_reader_server_config.port": 8091
I expect to see changes in the core.yaml file as well
Code quote:
"state_sync_config.storage_reader_server_config.port": 8091e0ddd78 to
f8d2777
Compare
0b52fc4 to
1aa0740
Compare
f8d2777 to
f45bf5f
Compare
1aa0740 to
e180ebf
Compare
e180ebf to
19c91b2
Compare
Merge activity
|
f3e012a to
39f83fd
Compare
nadin-Starkware
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 5 files reviewed, 1 unresolved discussion (waiting on @Itay-Tsabary-Starkware)
crates/apollo_deployments/resources/app_configs/state_sync_config.json line 66 at r1 (raw file):
Previously, Itay-Tsabary-Starkware wrote…
I expect to see changes in the
core.yamlfile as well
Done.
Itay-Tsabary-Starkware
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 5 files reviewed, 2 unresolved discussions (waiting on @nadin-Starkware)
deployments/sequencer2/configs/overlays/hybrid/testing/node-0/services/core.yaml line 54 at r2 (raw file):
state_sync_config_p2p_sync_client_config_is_none: false state_sync_config_rpc_config_port: 8090 state_sync_config_storage_reader_server_config_port: 8091
They can't both use the same port
Code quote:
state_sync_config_storage_reader_server_config_port: 8091
Itay-Tsabary-Starkware
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 5 files reviewed, 2 unresolved discussions (waiting on @nadin-Starkware)
deployments/sequencer2/configs/overlays/hybrid/testing/node-0/services/core.yaml line 54 at r2 (raw file):
Previously, Itay-Tsabary-Starkware wrote…
They can't both use the same port
They = the batcher and the state sync
39f83fd to
c4e42b1
Compare
nadin-Starkware
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 6 files reviewed, 1 unresolved discussion (waiting on @Itay-Tsabary-Starkware)
deployments/sequencer2/configs/overlays/hybrid/testing/node-0/services/core.yaml line 54 at r2 (raw file):
Previously, Itay-Tsabary-Starkware wrote…
They = the batcher and the state sync
Even when the server is disabled?
Itay-Tsabary-Starkware
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Itay-Tsabary-Starkware made 1 comment.
Reviewable status: 0 of 6 files reviewed, 1 unresolved discussion (waiting on @nadin-Starkware).
deployments/sequencer2/configs/overlays/hybrid/testing/node-0/services/core.yaml line 54 at r2 (raw file):
Previously, nadin-Starkware (Nadin Jbara) wrote…
Even when the server is disabled?
Well yea that will work, but then when we end up turning them we'd get an error.
Itay-Tsabary-Starkware
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Itay-Tsabary-Starkware made 1 comment.
Reviewable status: 0 of 6 files reviewed, 1 unresolved discussion (waiting on @nadin-Starkware).
deployments/sequencer2/configs/overlays/hybrid/testing/node-0/services/core.yaml line 54 at r2 (raw file):
Previously, Itay-Tsabary-Starkware wrote…
Well yea that will work, but then when we end up turning them we'd get an error.
So better to address that now, no?
c4e42b1 to
b5a51af
Compare
nadin-Starkware
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nadin-Starkware made 1 comment.
Reviewable status: 0 of 6 files reviewed, 1 unresolved discussion (waiting on @Itay-Tsabary-Starkware).
deployments/sequencer2/configs/overlays/hybrid/testing/node-0/services/core.yaml line 54 at r2 (raw file):
Previously, Itay-Tsabary-Starkware wrote…
So better to address that now, no?
Done.
Itay-Tsabary-Starkware
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Itay-Tsabary-Starkware reviewed 6 files and all commit messages, made 1 comment, and resolved 1 discussion.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @nadin-Starkware).
b5a51af to
cab7ffe
Compare
cab7ffe to
066588d
Compare
nadin-Starkware
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nadin-Starkware reviewed 3 files and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @nadin-Starkware).

No description provided.