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

kafka: Fixed oversized alloc in describe_log_dirs #23279

Conversation

michael-redpanda
Copy link
Contributor

Replaced:

  • std::vector -> chunked_vector
  • absl::flat_hash_map -> chunked_hash_map

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v24.2.x
  • v24.1.x
  • v23.3.x

Release Notes

Bug Fixes

  • Fixed possible oversized alloc in the DescribeLogsDir API handler

Replaced:
* std::vector -> chunked_vector
* absl::flat_hash_map -> chunked_hash_map

Signed-off-by: Michael Boquard <michael@redpanda.com>
@michael-redpanda michael-redpanda requested a review from a team September 11, 2024 17:18
@michael-redpanda michael-redpanda self-assigned this Sep 11, 2024
@michael-redpanda michael-redpanda requested review from BenPope and StephanDollberg and removed request for a team September 11, 2024 17:18
Copy link
Member

@oleiman oleiman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@vbotbuildovich
Copy link
Collaborator

@dotnwat dotnwat merged commit a9307e5 into redpanda-data:dev Sep 12, 2024
18 checks passed
@vbotbuildovich
Copy link
Collaborator

/backport v24.2.x

@vbotbuildovich
Copy link
Collaborator

/backport v24.1.x

@vbotbuildovich
Copy link
Collaborator

/backport v23.3.x

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.

4 participants