v24.2.25 #26506
piyushredpanda
announced in
Releases
v24.2.25
#26506
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Fixes
partition_autobalancing_concurrent_moves
was set to 0. by @ztlpn in #26305Failed to schedule upload: std::runtime_error (ntp {kafka/foo/0}: log offset N is outside the translation range (starting at M > N))
. Fix this by adjusting upload start offset to the first available and valid offset. Although we might have a bit more data in the segment, other information about that data (i.e. offset translation) is gone with prefix truncation. by @nvartolomei in #26064partition_autobalancing_mode=off
now stops on-demand partition rebalance as well. by @ztlpn in #26305Improvements
storage
layer to prevent oversized allocations and crashes when a large number ofsegment
s are present in apartition
. by @WillemKauf in #26138rpk transform
now uses the tinygo v37 to compile golang to Wasm. by @r-vasquez in #26217storage
: callreserve()
instorage::range()
by @WillemKaufFull Changelog: v24.2.24...v24.2.25
This discussion was created from the release v24.2.25.
Beta Was this translation helpful? Give feedback.
All reactions