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

Extend finalization deadline for pausing firecracker VMs #6364

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

maggie-lou
Copy link
Contributor

@maggie-lou maggie-lou commented Apr 12, 2024

#6345 fixed a bug where in many cases, ExtendContextForFinalization would extend the context deadline ~indefinitely (7 days, to be specific). Now that it's fixed, certain code paths are failing because the finalization deadlines we'd set are too short

P99 to pause a firecracker VM takes 1.5min. Setting the deadline to 3min to be safe (P95 frequently reaches 1.5min as well)

Related issues: N/A

@maggie-lou maggie-lou changed the title WIP extend context Extend finalization deadline for pausing firecracker VMs Apr 12, 2024
@maggie-lou maggie-lou marked this pull request as ready for review April 12, 2024 21:39
Copy link
Member

@bduffany bduffany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for fixing this 🙏

@maggie-lou maggie-lou merged commit a9a4ef3 into master Apr 15, 2024
17 of 18 checks passed
@maggie-lou maggie-lou deleted the extend_finalization_ctx branch April 15, 2024 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants