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

txn: make the in-memory pessimistic lock size configurable #17542

Closed
cfzjywxk opened this issue Sep 14, 2024 · 0 comments · Fixed by #17545
Closed

txn: make the in-memory pessimistic lock size configurable #17542

cfzjywxk opened this issue Sep 14, 2024 · 0 comments · Fixed by #17545
Labels
sig/transaction SIG: Transaction type/feature-request Categorizes issue or PR as related to a new feature.

Comments

@cfzjywxk
Copy link
Collaborator

Feature Request

Is your feature request related to a problem? Please describe:

The in-memory pessimistic lock size could not be configured currently, and there would be persist pessimistic locks in some hotspot write situations.
image

Describe the feature you'd like:

Make the in-memory pessimistic lock size configurable.

Describe alternatives you've considered:

Use optimistic mode to avoid but it could be used in limited cases.

Teachability, Documentation, Adoption, Migration Strategy:

@cfzjywxk cfzjywxk added sig/transaction SIG: Transaction type/feature-request Categorizes issue or PR as related to a new feature. labels Sep 14, 2024
@ti-chi-bot ti-chi-bot bot closed this as completed in 5abe1dd Sep 19, 2024
ti-chi-bot bot pushed a commit that referenced this issue Sep 19, 2024
ref #17542

Fix the comment of newly added config variable.

Signed-off-by: cfzjywxk <cfzjywxk@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/transaction SIG: Transaction type/feature-request Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant