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

[v23.3.x] Using contiguous_range_map in partition_leaders_table #17115

Conversation

mmaslankaprv
Copy link
Member

Backport of PR #17092

Signed-off-by: Michal Maslanka <michal@redpanda.com>
(cherry picked from commit 7d7bf6f)
The partition leaders table contains all partition per topic. We may
replace the `btree_map` we used to hold per partition information with
more effective `contiguous_range_map`.

Signed-off-by: Michal Maslanka <michal@redpanda.com>
(cherry picked from commit 278cd2e)
@mmaslankaprv mmaslankaprv added this to the v23.3.8 milestone Mar 15, 2024
@mmaslankaprv mmaslankaprv linked an issue Mar 15, 2024 that may be closed by this pull request
@mmaslankaprv
Copy link
Member Author

ci failure: #14139

@mmaslankaprv mmaslankaprv merged commit 9bef072 into redpanda-data:v23.3.x Mar 15, 2024
17 of 21 checks passed
@mmaslankaprv mmaslankaprv deleted the vbotbuildovich/backport-17092-v23.3.x-663-2 branch April 3, 2024 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[v23.3.x] Using contiguous_range_map in partition_leaders_table
1 participant