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] c/topic_table_probe: use btree_map in topic table probe #16801

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #16798
Fixes: #16800,

Replaced `absl::flat_hash_map` that was used in `topic_table_probe` with
the `btree_map` to avoid large allocations when we deal with large
number of topics.

Signed-off-by: Michal Maslanka <michal@redpanda.com>
(cherry picked from commit 471f036)
@vbotbuildovich vbotbuildovich added this to the v23.3.x-next milestone Feb 29, 2024
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Feb 29, 2024
@piyushredpanda
Copy link
Contributor

@mmaslankaprv we should look if the CI test is expected failure or not: #14657 or something different?

@mmaslankaprv
Copy link
Member

@mmaslankaprv we should look if the CI test is expected failure or not: #14657 or something different?

this looks like a valid bug in Redpanda, investigating

@mmaslankaprv
Copy link
Member

this is a fix: #16850

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants