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 #25966 - Fix a bug that resulted in spurious partition balancer actions during rolling restart by @ztlpn in #25992
- 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 #26024
- #25984 rpk: Fixed
*.tls.enabled
flags to correctly disable TLS when set to "false". by @r-vasquez in #25985 - #26015 Fixes a bug that lead to the
base_offset
insegment_index
es being persisted as 0 during and after compaction. by @WillemKauf in #26036 - removes stale uncompacted tx_fence batches from consumer offsets topic. by @bharathv in #26042
- PR #25299 [v24.2.x] k/topic_utils: do not iterate over the assignments set by @mmaslankaprv
- PR #25950 [v24.2.x] storage: make_ghost_batches off by one by @andrwng
- PR #25999 [v24.2.x]
storage
: consideruint32_t
offset space in adjacent segment compaction (Manual backport) by @WillemKauf - PR #26000 [v24.2.x] rpk: prevent security role in cloud by @r-vasquez
Full Changelog: v24.2.22...v24.2.23