redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.46k stars 579 forks source link

[v23.3.x] Respect target local retention settings when moving cloud enabled partition replicas #19833

Open vbotbuildovich opened 3 months ago

vbotbuildovich commented 3 months ago

Backport https://github.com/redpanda-data/redpanda/pull/19820 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-19820-v23.3.x-72
  git cherry-pick -x bf97be3ba3a1164f5a1c356bdfe64bec362abaa2 4d56cfe50a24778a8fd3a0c2a58bea98777baed4

  git push origin vbotbuildovich/backport-19820-v23.3.x-72
  gh pr create \
    --title "[v23.3.x] Respect target local retention settings when moving cloud enabled partition replicas" \
    --base "v23.3.x" \
    --label "kind/backport" \
    --head "vbotbuildovich/backport-19820-v23.3.x-72" \
    --draft \
    --repo "redpanda-data/redpanda" \
    --milestone "v23.3.x-next" \
    --body "Backport of PR https://github.com/redpanda-data/redpanda/pull/19820 "

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