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

[state sync] Update sync actor to use p2p state part transfer #12002

Open
Tracked by #12004
saketh-are opened this issue Aug 26, 2024 · 0 comments
Open
Tracked by #12004

[state sync] Update sync actor to use p2p state part transfer #12002

saketh-are opened this issue Aug 26, 2024 · 0 comments
Assignees
Labels
A-network Area: Network T-core Team: issues relevant to the core team

Comments

@saketh-are
Copy link
Collaborator

The previously implemented peer selection mechanism in SnapshotHostsCache will be used to select the peers from which parts should be requested.

For each state part, the sync actor will first make a fixed number of attempts to obtain the part from different peers in the network. If that fails, it will fall back to obtaining the part from the centralized cloud hosting location.

We will add some metrics to monitor the number of requests served from the two sources with the ultimate goal of deprecating the centralized option.

@saketh-are saketh-are added A-network Area: Network T-core Team: issues relevant to the core team labels Aug 26, 2024
@saketh-are saketh-are self-assigned this Aug 26, 2024
@near near deleted a comment Aug 26, 2024
@near near deleted a comment Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-network Area: Network T-core Team: issues relevant to the core team
Projects
None yet
Development

No branches or pull requests

1 participant