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

[3.2 -> 4.0] Use block_num for interrupt of start_block #908

Merged
merged 4 commits into from
Mar 27, 2023

Conversation

heifner
Copy link
Member

@heifner heifner commented Mar 27, 2023

Signal received block with the block number so that start_block can be interrupted even if the block is received before the start of start_block. This is particularly important for #867, but also useful as mitigation against race condition of receiving block right before start of the block in current implementation. See #648.

Merges #893 into release/4.0. Includes integration into the new ro_trx_queue (see 9e79e82).
Resolves #891

@heifner heifner requested review from greg7mdp and linh2931 March 27, 2023 15:53
@heifner heifner added the OCI Work exclusive to OCI team label Mar 27, 2023
@heifner heifner merged commit a329707 into release/4.0 Mar 27, 2023
@heifner heifner deleted the GH-891-interrupt-start-block-4.0 branch March 27, 2023 17:19
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
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants