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

[5.0 -> main] Minimize abort/start block for speculative blocks #1847

Merged
merged 12 commits into from
Nov 1, 2023

Conversation

heifner
Copy link
Member

@heifner heifner commented Nov 1, 2023

Simplify and fix issues with #1481 block deadline calculation. Remove the concept of a hard deadline as producers want to produce a block even if the deadline has passed for the block. This uses a conservative calculation for producer wake up time, but does verify it is in the future.

Merges release/5.0 into main including #1845

Resolves #1837

@heifner heifner requested review from greg7mdp and linh2931 November 1, 2023 14:42
@heifner heifner added the OCI Work exclusive to OCI team label Nov 1, 2023
@heifner heifner merged commit cda3e6c into main Nov 1, 2023
29 checks passed
@heifner heifner deleted the GH-1837-start-block-main branch November 1, 2023 15:37
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.

5.0: lots of "not producing block" messages on the backup BP
3 participants