Skip to content

Conversation

@nadin-Starkware
Copy link
Collaborator

No description provided.

@reviewable-StarkWare
Copy link

This change is Reviewable

@nadin-Starkware nadin-Starkware marked this pull request as ready for review December 17, 2025 08:09
@nadin-Starkware nadin-Starkware force-pushed the 12-17-apollo_storage_change_serverconfig_default_port branch from 6abc5b6 to 0b52fc4 Compare December 17, 2025 08:11
Copy link
Contributor

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware left a 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": 8091

@nadin-Starkware nadin-Starkware force-pushed the 12-15-apollo_state_sync_config_add_storage_reader_server_config_to_the_state_sync_config branch from e0ddd78 to f8d2777 Compare December 17, 2025 08:38
@nadin-Starkware nadin-Starkware force-pushed the 12-17-apollo_storage_change_serverconfig_default_port branch from 0b52fc4 to 1aa0740 Compare December 17, 2025 08:38
@nadin-Starkware nadin-Starkware force-pushed the 12-15-apollo_state_sync_config_add_storage_reader_server_config_to_the_state_sync_config branch from f8d2777 to f45bf5f Compare December 17, 2025 08:41
@nadin-Starkware nadin-Starkware force-pushed the 12-17-apollo_storage_change_serverconfig_default_port branch from 1aa0740 to e180ebf Compare December 17, 2025 08:41
@nadin-Starkware nadin-Starkware changed the base branch from 12-15-apollo_state_sync_config_add_storage_reader_server_config_to_the_state_sync_config to main-v0.14.1 December 17, 2025 09:08
@nadin-Starkware nadin-Starkware force-pushed the 12-17-apollo_storage_change_serverconfig_default_port branch from e180ebf to 19c91b2 Compare December 17, 2025 09:08
@graphite-app
Copy link

graphite-app bot commented Dec 17, 2025

Merge activity

  • Dec 17, 9:08 AM UTC: Graphite rebased this pull request, because this pull request is set to merge when ready.
  • Dec 21, 11:58 AM UTC: This pull request can not be added to the Graphite merge queue. Please try rebasing and resubmitting to merge when ready.
  • Dec 21, 11:58 AM UTC: Graphite disabled "merge when ready" on this PR due to: a merge conflict with the target branch; resolve the conflict and try again..

@nadin-Starkware nadin-Starkware force-pushed the 12-17-apollo_storage_change_serverconfig_default_port branch 2 times, most recently from f3e012a to 39f83fd Compare December 17, 2025 09:35
Copy link
Collaborator Author

@nadin-Starkware nadin-Starkware left a 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.yaml file as well

Done.

Copy link
Contributor

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware left a 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

Copy link
Contributor

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware left a 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

@nadin-Starkware nadin-Starkware force-pushed the 12-17-apollo_storage_change_serverconfig_default_port branch from 39f83fd to c4e42b1 Compare December 17, 2025 10:20
Copy link
Collaborator Author

@nadin-Starkware nadin-Starkware left a 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?

Copy link
Contributor

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware left a 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.

Copy link
Contributor

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware left a 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?

@nadin-Starkware nadin-Starkware force-pushed the 12-17-apollo_storage_change_serverconfig_default_port branch from c4e42b1 to b5a51af Compare December 22, 2025 10:51
Copy link
Collaborator Author

@nadin-Starkware nadin-Starkware left a 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.

Copy link
Contributor

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

@Itay-Tsabary-Starkware reviewed 6 files and all commit messages, made 1 comment, and resolved 1 discussion.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @nadin-Starkware).

@nadin-Starkware nadin-Starkware force-pushed the 12-17-apollo_storage_change_serverconfig_default_port branch from b5a51af to cab7ffe Compare December 23, 2025 09:59
@nadin-Starkware nadin-Starkware force-pushed the 12-17-apollo_storage_change_serverconfig_default_port branch from cab7ffe to 066588d Compare December 23, 2025 10:47
Copy link
Collaborator Author

@nadin-Starkware nadin-Starkware left a 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: :shipit: complete! all files reviewed, all discussions resolved (waiting on @nadin-Starkware).

@nadin-Starkware nadin-Starkware added this pull request to the merge queue Dec 23, 2025
Merged via the queue into main-v0.14.1 with commit 40e3325 Dec 23, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants