v24.3.12
Bug Fixes
- Fix a bug that resulted in brokers being reported with
is_alive=false
in the broker list returned by admin API if node ids were reused. by @ztlpn in #25964 - Fix a bug that resulted in spurious partition balancer actions during rolling restart by @ztlpn in #25978
- Fixes an issue with local segment indexes that could result in incorrect Raft recovery, compaction, or fetches in topic partitions with very large offsets (greater than 4294967295). by @andrwng in #26022
- #25982 rpk: Fixed
*.tls.enabled
flags to correctly disable TLS when set to "false". by @r-vasquez in #25983 - #26003 Fixes a bug in which the broker response to a
ListOffsets
timequery would return incorrect record offsets when considering a compressed record batch. by @WillemKauf in #26006 - #26017 Fixes a bug that lead to the
base_offset
insegment_index
es being persisted as 0 during and after compaction. by @WillemKauf in #26018 - removes stale uncompacted tx_fence batches from consumer offsets topic. by @bharathv in #26041
- PR #25902 [v24.3.x] Fixed URL encoding in Azure Blob Store client by @mmaslankaprv
- PR #25927 [v24.3.x] application: stop coordinator before translators by @andrwng
- PR #25928 [v24.3.x] Use partition max collectible offset to gate FPM by @mmaslankaprv
- PR #25948 [v24.3.x] storage: make_ghost_batches off by one by @andrwng
- PR #25967 [v24.3.x] create STMs based on original topic cfg by @bashtanov
- PR #25998 [v24.3.x]
storage
: consideruint32_t
offset space in adjacent segment compaction (Manual backport) by @WillemKauf - PR #26001 [v24.3.x] rpk: prevent security role in cloud by @r-vasquez
- PR #26047 [v24.3.x] tx/chaos: deflake TxSubscribeTest by @bharathv
Full Changelog: v24.3.11...v24.3.12