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

Limit apply blocks time in controller #284

Closed
heifner opened this issue Jun 13, 2024 · 1 comment · Fixed by #921, #922 or #926
Closed

Limit apply blocks time in controller #284

heifner opened this issue Jun 13, 2024 · 1 comment · Fixed by #921, #922 or #926
Assignees
Labels
👍 lgtm OCI Work exclusive to OCI team
Milestone

Comments

@heifner
Copy link
Member

heifner commented Jun 13, 2024

Currently the controller in maybe_switch_forks can apply a large set of blocks while syncing in the non-switch_fork case. It would be useful to time bound this loop so that get_info or other high priority tasks have an opportunity to run.

@heifner
Copy link
Member Author

heifner commented Oct 9, 2024

Not sure this is needed if #876 is worked.

@heifner heifner self-assigned this Oct 9, 2024
@heifner heifner added the OCI Work exclusive to OCI team label Oct 9, 2024
heifner added a commit that referenced this issue Oct 9, 2024
… block logging during replay and startup of processing of the forkdb.
@heifner heifner linked a pull request Oct 10, 2024 that will close this issue
heifner added a commit that referenced this issue Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👍 lgtm OCI Work exclusive to OCI team
Projects
Status: Done
3 participants