Skip to content

v24.3.15

Compare
Choose a tag to compare
@vbotbuildovich vbotbuildovich released this 18 Jun 04:29
· 4446 commits to dev since this release
0d70730

Bug Fixes

  • Allow partition balancing to opearte in case when space management was enabled, but local target capacity was unset. by @ztlpn in #26306
  • Enable TCP keepalive for cloud storage connections. by @Lazin in #26409
  • Fix Redpanda crash if partition_autobalancing_concurrent_moves was set to 0. by @ztlpn in #26306
  • #26190 Fixes a bug in which a broker would crash during sliding window compaction when started with log_compaction_use_sliding_window=false and its value was later set to true without restarting. by @WillemKauf in #26196
  • partition_autobalancing_mode=off now stops on-demand partition rebalance as well. by @ztlpn in #26306
  • PR #26082 [v24.3.x] archival: Fix archival_stm_snapshot installation by @Lazin
  • PR #26277 [v24.3.x] r/consensus: stop consumable offset monitor by @mmaslankaprv
  • PR #26307 [v24.3.x] Fix archival STM shutdown race by @bashtanov
  • PR #26432 [v24.3.x] storage: fix index state truncate overflow by @andrwng

Improvements

  • Improved handling rf=1 partitions health reporting by @mmaslankaprv in #26178
  • In AlterPartitionReassignmentsResponse per-partition response REASSIGNMENT_IN_PROGRESS error code is used if a reassignment is requested while Partition Balancer is moving partition replicas. by @bashtanov in #26349
  • Made it easier to detect and diagnose node operation issues by @mmaslankaprv in #26176
  • #26202 Adds the storage_log_adjacent_segments_compacted metric for better observability into adjacent segment compaction. by @WillemKauf in #26204
  • #26252 rpk: decommission-status reports reallocation failure details by @daisukebe in #26263
  • rpk debug bundle: improve reliability of debug bundle collection in k8s environments. by @r-vasquez in #26163
  • PR #26108 [v24.3.x] make ntp_callbacks actually support multiple callbacks by @bashtanov
  • PR #26173 [v24.3.x] storage: add _segment_cleanly_compacted to probe (Manual backport) by @WillemKauf
  • PR #26176 [v24.3.x] Decommission status improvements by @mmaslankaprv
  • PR #26223 [v24.3.x] c/archival: wakeup upload loop after flush by @ztlpn
  • PR #26230 [v24.3.x] storage: output full segment in WARN log in offset_to_filepos.cc by @WillemKauf
  • PR #26339 [v24.3.x] c/partition_manager: added log entries when partition is being shutdown by @mmaslankaprv

Full Changelog: v24.3.14...v24.3.15