Skip to content

[server] Eliminate global lock for KV tablet creation/deletion/load - #3994

Open
zuston wants to merge 1 commit into
apache:mainfrom
zuston:eliminateGlobalLock
Open

[server] Eliminate global lock for KV tablet creation/deletion/load#3994
zuston wants to merge 1 commit into
apache:mainfrom
zuston:eliminateGlobalLock

Conversation

@zuston

@zuston zuston commented Aug 14, 2026

Copy link
Copy Markdown
Member

Purpose

This PR replaces the global lock for KV tablet creation, deletion, and loading with bucket-level locking. Operations on the same bucket remain serialized, while operations on different buckets can proceed concurrently. This is a prerequisite for parallelizing makeLeaderOrFollower.

Brief change log

Tests

API and Format

Documentation

@zuston

zuston commented Aug 14, 2026

Copy link
Copy Markdown
Member Author

could you help review this? @fresh-borzoni

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant