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

[1.0.3 -> main] Limit apply blocks #926

Merged
merged 7 commits into from
Oct 11, 2024
Merged

Conversation

heifner
Copy link
Member

@heifner heifner commented Oct 11, 2024

  • Interrupt processing of blocks in tight apply block loop.
    • Provides much quicker shutdown during syncing.
    • Allows v1/chain/get_info calls to return quickly during syncing.
  • Restores logging every 1000 blocks during replay.

Merges release/1.0 into main including #921
Empty diff because feature already added by #922

Resolves #284

@heifner heifner added the OCI Work exclusive to OCI team label Oct 11, 2024
@heifner heifner requested review from greg7mdp and linh2931 October 11, 2024 18:40
@heifner heifner merged commit 227121f into main Oct 11, 2024
36 checks passed
@heifner heifner deleted the GH-284-limit-apply-blocks-main branch October 11, 2024 19:23
@ericpassmore
Copy link
Contributor

Note:start
category: System Stability
component: Internal
summary: Limit apply blocks.
Note:end

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.

Limit apply blocks time in controller
4 participants