Skip to content
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

Remove duplicate std::shared_lock #2397

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

yangzq50
Copy link
Contributor

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

  • Bug Fix (non-breaking change which fixes an issue)

@yangzq50 yangzq50 requested a review from yuzhichang December 23, 2024 07:34
@yangzq50 yangzq50 added the ci PR can be test label Dec 23, 2024
Copy link
Member

@yuzhichang yuzhichang left a comment

Choose a reason for hiding this comment

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

LGTM

@JinHai-CN JinHai-CN merged commit 2c87e97 into infiniflow:main Dec 23, 2024
7 checks passed
@yangzq50 yangzq50 deleted the fix_txn_conflict branch December 23, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci PR can be test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants