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

fix(levelHandler): use lock for levelHandler sort tables instead of rlock #2034

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

xgzlucario
Copy link
Contributor

@xgzlucario xgzlucario commented Dec 12, 2023

Problem

levelHandler sortTables needs write-lock to guards.

Solution

RLock() -> Lock()

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

1 similar comment
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link

netlify bot commented Dec 12, 2023

Deploy Preview for badger-docs ready!

Name Link
🔨 Latest commit 35c5648
🔍 Latest deploy log https://app.netlify.com/sites/badger-docs/deploys/6577db59486ed80008339b1c
😎 Deploy Preview https://deploy-preview-2034--badger-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@xgzlucario xgzlucario changed the title use lock for levelHandler sort tables instead of rlock fix(levelHandler): use lock for levelHandler sort tables instead of rlock Dec 12, 2023
@mangalaman93 mangalaman93 merged commit 589c786 into dgraph-io:main Dec 18, 2023
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants