mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 01:30:33 +00:00
* lock: dedicate unlock worker to thread runtime; robust fallback in Drop * Update crates/lock/src/guard.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update crates/lock/src/guard.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update crates/lock/src/guard.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Refactor logging in UNLOCK_TX error handling Removed redundant logging of lock_id in warning message. --------- Co-authored-by: houseme <housemecn@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>