Skip to content

Use spin-rs to replace parking lot to avoid deadlock #268

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

Merged
merged 1 commit into from
May 22, 2025

Conversation

YangKeao
Copy link
Member

Ref tikv/tikv#18474, #29

The parking lot is not actually a spinlock. And the spin-rs is still actively maintained 🍻 . We should use spin-rs instead!

@YangKeao YangKeao force-pushed the use-spin-to-replace-parking-lot branch from 1c7f274 to 29b284f Compare May 22, 2025 08:43
Copy link
Member

@overvenus overvenus left a comment

Choose a reason for hiding this comment

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

Thanks!

@YangKeao YangKeao merged commit 1c71e74 into tikv:master May 22, 2025
24 checks passed
YangKeao added a commit that referenced this pull request Jul 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants