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

[network] Implement p2p state part transfer #12001

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

[network] Implement p2p state part transfer #12001

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

We will replace StateRequestPart with a routed message which can be sent over Tier1 or Tier2. The message will include the details of the state part request along with the IP address of the requesting node.

Snapshot hosts which receive and accept a state part request will initiate a direct connection with the originating node using the IP address in the request.

After the connection is established, the snapshot host will send a message containing the requested state part. It is expected that the receiving node will terminate the connection once the state part is transferred. If that does not occur, the snapshot host will terminate the connection after a time-out.

@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