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

Prevent io_uring calls from hanging #284

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

arnaldo2792
Copy link
Contributor

@arnaldo2792 arnaldo2792 commented Nov 20, 2024

Issue number:

Related to bottlerocket-os/bottlerocket#4308

Description of changes:

Port back the fix from the upstream 6.1.y branch.

Testing done:

I launched 3 aws-k8s-1.31 instances, launched Amazon Linux 2023 pods and ran the command that was previously hanging:

bash-5.2# npm-20 install -g pm2

added 138 packages in 6s

13 packages are looking for funding
  run `npm fund` for details
npm notice
npm notice New minor version of npm available! 10.8.2 -> 10.9.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.9.0
npm notice To update run: npm install -g npm@10.9.0
npm notice
bash-5.2#

The command no longer hangs

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

Signed-off-by: Arnaldo Garcia Rincon <agarrcia@amazon.com>
@arnaldo2792 arnaldo2792 merged commit 518a178 into bottlerocket-os:develop Nov 21, 2024
2 checks passed
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.

3 participants