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] [CORE-2399] Schema Registry: Improve retries and tombstoning #17951

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

Comments

@vbotbuildovich
Copy link
Collaborator

vbotbuildovich commented Apr 18, 2024

Backport #17905 to branch v23.3.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 v23.3.x
git checkout -b vbotbuildovich/backport-17905-v23.3.x-150
git cherry-pick -x 23c12f56882a45d5cbe870ea3cf453d1352da125 60ceea9177158ef1e2a145eb70274cb9f961391b a2c9a16a94b2c4e31e6dc2ba2afe5f96b8df020a ae8f74a560059f0de01685dd40eb06686e1fe2b7 640cb843b9eb368366a346d7873f611ec14c8152 813c4beb53361dd75edd3c82fa69f0f51d4506aa 6a48b96a2ae4edc36b685e3a7b2283d6950b9e8a

git push origin vbotbuildovich/backport-17905-v23.3.x-150
gh pr create \
  --title "[v23.3.x] [CORE-2399] Schema Registry: Improve retries and tombstoning" \
  --base "v23.3.x" \
  --label "kind/backport" \
  --head "vbotbuildovich/backport-17905-v23.3.x-150" \
  --draft \
  --repo "redpanda-data/redpanda" \
  --milestone "v23.3.x-next" \
  --body "Backport of PR https://github.com/redpanda-data/redpanda/pull/17905 "

JIRA Link: [CORE-2445](https://redpandadata.atlassian.net/browse/CORE-2445)
@BenPope
Copy link
Member

BenPope commented May 22, 2024

Fixed by #18624

@BenPope BenPope closed this as completed May 22, 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

3 participants