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

fix: fix io buffer pool alignment #724

Merged
merged 1 commit into from
Sep 20, 2024
Merged

fix: fix io buffer pool alignment #724

merged 1 commit into from
Sep 20, 2024

Conversation

MrCroxx
Copy link
Collaborator

@MrCroxx MrCroxx commented Sep 20, 2024

What's changed and what's your intention?

Please explain IN DETAIL what the changes are in this PR and why they are needed. :D

As title.

Checklist

  • I have written the necessary rustdoc comments
  • I have added the necessary unit tests and integration tests
  • I have passed make all (or make fast instead if the old tests are not modified) in my local environment.

Related issues or PRs (optional)

fix #723

Signed-off-by: MrCroxx <mrcroxx@outlook.com>
@MrCroxx MrCroxx added the bug Something isn't working label Sep 20, 2024
@MrCroxx MrCroxx added this to the v0.11 milestone Sep 20, 2024
@MrCroxx MrCroxx self-assigned this Sep 20, 2024
@MrCroxx MrCroxx enabled auto-merge (squash) September 20, 2024 04:18
@MrCroxx MrCroxx merged commit 7ebc971 into main Sep 20, 2024
19 checks passed
@MrCroxx MrCroxx deleted the xx/fix-io-buffer-pool branch September 20, 2024 04:26
Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
foyer-storage/src/io_buffer_pool.rs 85.71% <100.00%> (+0.52%) ⬆️
foyer-storage/src/large/batch.rs 83.76% <100.00%> (+0.06%) ⬆️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

bug: 'tokio-runtime-worker' panicked at foyer-storage/src/io_buffer_pool.rs
1 participant