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

Use jl_adopt_thread instead of AsyncCondition for interop #22

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

andrebsguedes
Copy link
Member

This PR introduces a number of improvements and fixes to RustyObjectStore:

  • using jl_adopt_thread instead of AsyncCondition for reducing contention in the Julia <-> Rust interop as well as fixing the EOFErrors we saw a couple times
  • New task scheduling on the Rust side that allows us to roughly saturate a 100Gbps NIC
  • Improved retry reporting on error
  • A fix for when we fail to retry due to the client getting evicted from the Rust cache
  • Properly destruct complex objects on the Rust side inside tokio threads
  • Upgrades object_store to v0.10.1

@andrebsguedes andrebsguedes merged commit 472a246 into main Jul 1, 2024
4 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.

1 participant