redpanda-data / redpanda

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

[v24.2.x] storage: adaptive falloc respect segment size #23462

Closed vbotbuildovich closed 1 month ago

vbotbuildovich commented 1 month ago

Backport https://github.com/redpanda-data/redpanda/pull/23381 to branch v24.2.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.2.x
  git checkout -b vbotbuildovich/backport-23381-v24.2.x-377
  git cherry-pick -x 76e103ae4e197b45872d0aee8d3b15240d613ed5 20d5695c58d4c778724ab47b6eeb3fe3163e4e05

  git push origin vbotbuildovich/backport-23381-v24.2.x-377
  gh pr create \
    --title "[v24.2.x] storage: adaptive falloc respect segment size" \
    --base "v24.2.x" \
    --label "kind/backport" \
    --head "vbotbuildovich/backport-23381-v24.2.x-377" \
    --draft \
    --repo "redpanda-data/redpanda" \
    --milestone "v24.2.x-next" \
    --body "Backport of PR https://github.com/redpanda-data/redpanda/pull/23381 "