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.2.x] admin: stream more json results #16747

Merged
merged 3 commits into from
Feb 28, 2024

Commits on Feb 27, 2024

  1. admin/debug/get_leaders_info: stream json results

    The current approach can lead to an oversized allocation. This is not a
    full solution as get_leaders needs to not be prone to reactor stalls and
    oversized allocs.
    
    Signed-off-by: Tyler Rockwood <[email protected]>
    (cherry picked from commit 34d9ec9)
    michael-redpanda committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    daab5d3 View commit details
    Browse the repository at this point in the history
  2. admin/partition: prevent oversized allocation

    Signed-off-by: Tyler Rockwood <[email protected]>
    (cherry picked from commit 2818c02)
    rockwotj authored and michael-redpanda committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fd03a56 View commit details
    Browse the repository at this point in the history
  3. admin/transaction: prevent oversized allocs

    Signed-off-by: Tyler Rockwood <[email protected]>
    (cherry picked from commit 3b0ef74)
    rockwotj authored and michael-redpanda committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2dcc64d View commit details
    Browse the repository at this point in the history