Skip to content

Handle io_uring submission backpressure - #220

Open
samuel-williams-shopify wants to merge 3 commits into
mainfrom
fix/uring-submission-backpressure
Open

Handle io_uring submission backpressure#220
samuel-williams-shopify wants to merge 3 commits into
mainfrom
fix/uring-submission-backpressure

Conversation

@samuel-williams-shopify

Copy link
Copy Markdown
Contributor

Summary

  • add a deterministic regression test for transient submission backpressure
  • return control to the event loop when io_uring_submit() reports EAGAIN or EBUSY
  • allow queued completions to be processed before retrying pending submissions

Testing

  • bundle exec bake test (296 passed, 21 skipped locally)
  • the first commit contains the regression test before the fix

Assisted-By: devx/efad4cc8-cf12-4d6e-8c55-6f2c3a6683d2
Assisted-By: devx/efad4cc8-cf12-4d6e-8c55-6f2c3a6683d2
Assisted-By: devx/efad4cc8-cf12-4d6e-8c55-6f2c3a6683d2
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.

1 participant