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

[4.0] SHiP: Support snapshot start with full deltas #1375

Merged
merged 4 commits into from
Jul 7, 2023

Conversation

heifner
Copy link
Member

@heifner heifner commented Jul 6, 2023

Support state_history_plugin clients when starting from snapshot. Allow clients to connect and receive full delta of a snapshot without consuming any additional blocks.
Does not send get_block_result_v0 messages for requested blocks that are not available. Previously it would send get_blocks_result_v0 with empty this_block repeatably. Instead SHiP will send first available block that is available within requested range or wait for request block to become available to send to client.

Resolves #1340

… blocks applied. Also do not repeatable send empty get_blocks_response messages but rather start sending first available block data.
@heifner heifner linked an issue Jul 6, 2023 that may be closed by this pull request
@heifner heifner added the OCI Work exclusive to OCI team label Jul 6, 2023
@heifner heifner requested review from greg7mdp and linh2931 July 6, 2023 19:10
tests/TestHarness/Cluster.py Outdated Show resolved Hide resolved
tests/ship_streamer.cpp Outdated Show resolved Hide resolved
@heifner heifner requested a review from greg7mdp July 6, 2023 21:03
@heifner heifner merged commit f3afc81 into release/4.0 Jul 7, 2023
16 checks passed
@heifner heifner deleted the GH-1340-ship-4.0 branch July 7, 2023 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problems with ship initial block in Leap 4.0.3
3 participants