You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…guaranteed thread safe. (#2311)
### What changes were proposed in this pull request?
Remove the RW lock that guard concurrent issues in `KvEntityStore`.
### Why are the changes needed?
#779 has introduced tree lock to guarantee thread-safe, so we can remove
it.
Fix: #780
### Does this PR introduce _any_ user-facing change?
N/A.
### How was this patch tested?
Existing tests can cover it.
No description provided.
The text was updated successfully, but these errors were encountered: