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

[v24.1.x] [CORE-4440] Pandaproxy: Avoid large allocations #21466

Closed
vbotbuildovich opened this issue Jul 17, 2024 · 1 comment
Closed

[v24.1.x] [CORE-4440] Pandaproxy: Avoid large allocations #21466

vbotbuildovich opened this issue Jul 17, 2024 · 1 comment
Assignees
Labels
kind/backport PRs targeting a stable branch
Milestone

Comments

@vbotbuildovich
Copy link
Collaborator

vbotbuildovich commented Jul 17, 2024

Backport #21323 to branch v24.1.x. Note that this issue was created as a placeholder, since the original PR's commit(s) could not be automatically cherry-picked.
Here are the commands to execute:

git checkout v24.1.x
git checkout -b vbotbuildovich/backport-21323-v24.1.x-576
git cherry-pick -x d5a6516c006a3ff33bf7336d3caa10a03ccb7513 fac68ba4db9a302a4dd21fb0062113271f630f43 a940e07cfb804bd8d5a20656e64b8ca62c2069e2 e189e05dc59342cd3d802bea1a0ff16dd3bcd65a 1ded6e9fbbf2faa2a27f4af1ca9ddf0afed67a24 0d100358750929fda2e1d4285d0bbd01fdfc85e2 328a8b41eaa29faeb4f123cac574d753259fbf25 609db2ee5e688eab510877999b0232514f2c2db4 02299402471ed19935fd9aa8fe680ce7c255e8a6 aa569f85ff008210a0d5da59271560f61435fd02 e7fab4a27489a8862e2bce36589e5770ec089882

git push origin vbotbuildovich/backport-21323-v24.1.x-576
gh pr create \
  --title "[v24.1.x] [CORE-4440] Pandaproxy: Avoid large allocations" \
  --base "v24.1.x" \
  --label "kind/backport" \
  --head "vbotbuildovich/backport-21323-v24.1.x-576" \
  --draft \
  --repo "redpanda-data/redpanda" \
  --milestone "v24.1.x-next" \
  --body "Backport of PR https://github.com/redpanda-data/redpanda/pull/21323 "

JIRA Link: [CORE-5670](https://redpandadata.atlassian.net/browse/CORE-5670)

[CORE-4440]: https://redpandadata.atlassian.net/browse/CORE-4440?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[CORE-5670]: https://redpandadata.atlassian.net/browse/CORE-5670?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Jul 17, 2024
@vbotbuildovich vbotbuildovich added this to the v24.1.x-next milestone Jul 17, 2024
@BenPope BenPope changed the title [v24.1.x] [CORE-4440] Pandaproxy: Avoid large allocations [v24.1.x] [CORE-5670] Pandaproxy: Avoid large allocations Jul 17, 2024
@BenPope BenPope changed the title [v24.1.x] [CORE-5670] Pandaproxy: Avoid large allocations [v24.1.x] [CORE-4440] Pandaproxy: Avoid large allocations Jul 17, 2024
@BenPope
Copy link
Member

BenPope commented Jul 17, 2024

Fixed by #21468

@BenPope BenPope closed this as completed Jul 17, 2024
@BenPope BenPope modified the milestones: v24.1.x-next, v24.1.10 Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/backport PRs targeting a stable branch
Projects
None yet
Development

No branches or pull requests

2 participants