Closed zhyass closed 2 months ago
pr-16426-42614b8-1725891266
note: this image tag is only available for internal use, please check the internal doc for more details.
pr-16426-d1dda6e-1725897114
note: this image tag is only available for internal use, please check the internal doc for more details.
Recommended to replace only the hashmap in the lock manager.
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
Use
DashMap
replace theMutex<HashMap>
andRwLock<HashMap>
to make the code more clearly.DashMap is an implementation of a concurrent associative array/hashmap in Rust.
Tests
Type of change
This change isโ