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

[DocDB] Add a shared memory allocator #25516

Open
1 task done
es1024 opened this issue Jan 7, 2025 · 0 comments
Open
1 task done

[DocDB] Add a shared memory allocator #25516

es1024 opened this issue Jan 7, 2025 · 0 comments
Assignees
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage

Comments

@es1024
Copy link
Contributor

es1024 commented Jan 7, 2025

Jira Link: DB-14773

Description

Context: #25515

ObjectLockManager (responsible for the underlying locking logic of TSLocalLockManager) utilizes a couple of data structures (vector, hash map). An allocator that works with shared memory is needed to move it into shared memory.

Issue Type

kind/enhancement

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@es1024 es1024 added area/docdb YugabyteDB core features status/awaiting-triage Issue awaiting triage labels Jan 7, 2025
@es1024 es1024 self-assigned this Jan 7, 2025
@yugabyte-ci yugabyte-ci added kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage
Projects
None yet
Development

No branches or pull requests

2 participants