Skip to content

v25.1.8

Latest
Compare
Choose a tag to compare
@vbotbuildovich vbotbuildovich released this 15 Jul 16:28
· 2481 commits to dev since this release
bb0d2f4

Bug Fixes

  • Fixed an issue with consumer groups with manually assigned consumers. When an OffsetDeleteRequest was sent on such a group, a GROUP_SUBSCRIBED_TO_TOPIC error was returned. by @IoannisRP in #26704
  • Fixes a bug where data loss could occur during FPM w/ tiered storage disabled by @oleiman in #26818
  • Fixes a hang in RPC dispatch that may result in failed replication and leadership transfers. by @bharathv in #26805
  • Increase the default self check timeout from 5s to 10s to leave time to retry DNS lookups if they time out during a self check operation. by @pgellert in #26776
  • Resolves a memory leak scenario in node_status_backend by resetting connections which make no progress by @joe-redpanda in #26800
  • Return the correct error response if the RPC to the leader for deleting ACLs fails. by @BenPope in #26783
  • This fixes a bug in Redpanda's self-check functionality, where the self-check would occasionally fail with 'Uploaded key/payload could not be found in cloud storage item list.' despite the object being successfully uploaded. This issue occurred when testing against an Azure ABS tiered storage endpoint. by @pgellert in #26713
  • #26738 Fixes a bug in which a segment produced by adjacent merge compaction did not have its batch cache reset, leading to potentially stale reads in the storage layer. by @WillemKauf in #26740

Improvements

  • Fall back to the previously uploaded cluster manifest's group offset snapshot if uploading the group offsets fails for a consumer offsets topic partition. by @pgellert in #26793
  • Make segment download timeouts configurable in cloud cache hydration by @oleiman in #26780
  • PR #26641 [v25.1.x] [CORE-8392] http: Add shutdown connection error code by @Lazin
  • PR #26699 [backport v25.1.x] iceberg/config: mark iceberg auth options as restored (default) by @wdberkeley
  • PR #26734 [v25.1.x] [CORE-12729] debug/bundle: forward kubernetes env vars to rpk by @IoannisRP
  • PR #26771 [v25.1.x] raft/heartbeat_manager: timeout memory leak fix by @joe-redpanda

Full Changelog: v25.1.7...v25.1.8