Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicate std::shared_lock (#2397)
### What problem does this PR solve? Fix Bug: Trying to lock rw_locker_ twice will freeze all read / write operations to TableIndexEntry. Issue link: infiniflow/ragflow#4163 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
- Loading branch information