github redpanda-data/redpanda v22.3.14

latest releases: v24.1.17-rc2, v24.2.5-rc2, v23.3.21-rc2...
18 months ago

Bug Fixes

  • A rare issue is fixed where rapidly deleting a topic and recreating a topic with the same name could trigger an assertion by @jcsp in #9054
  • A spurious "Leaving S3 objects behind" log message is no longer printed when deleting non-tiered-storage partitions. by @jcsp in #9406
  • An issue is fixed where shutdown or internal housekeeping operations could fail to progress on a node that had been out of contact with peers for some time, when partitions are also not being written to. by @jcsp in #8275
  • Fix a bug in the re-uploading of a compacted segment that could lead to consumers getting blocked. by @VladLazar in #9439
  • Fix a memory leak in the operator by @joejulian in #9248
  • Fix a race between the time-query and truncation logic which caused time-queries to return
    offsets marked for deletion/compaction. by @VladLazar in #8956
  • Fix flakiness of operator e2e tests. by @RafalKorepta in #8725
  • Fix hang during shutdown when tiered storage is actively used by @Lazin in #8641
  • Fix rare histogram metric reporting bug which could lead to Redpanda crashing or terminating
    the HTTP connection on which it was serving the metric request. This only occurred when metrics aggregation was enabled. by @VladLazar in #9220
  • Fixed a bug that would cause Redpanda to return an invalid offset when consuming from a term that falls below the beginning of the local log when tiered storage is disabled. by @andrwng in #9297
  • Fixed an incorrect log message indicating the success or failure of archival metadata updates. by @andrwng in #8644
  • Fixed an issue that could prevent uploads after all cloud segments have been garbage collected. by @andrwng in #9138
  • Fixed issue that may caused heartbeats to be missed in loaded clusters by @mmaslankaprv in #8912
  • Harmless "Unexpected NoSuchKey error" log message is downgraded from INFO to DEBUG severity. This message appears frequently on object stores that do not implement the S3 DeleteObject verb in a way that matches the AWS interface, such as GCS. by @jcsp in #8906
  • #7842 An issue is fixed where after certain disaster recovery procedures (tiered storage topic recovery), data in aborted transactions within a small range of offsets could become visible to consumers. by @jcsp in #7843
  • #8719 Pod distribution budget version v1 is used now in the operator by @vrazdalovschi in #8720
  • #8759 Fix bug with movement on node addition of partition that is already moving by @ZeDRoman in #8760
  • #8884 Fixes availability issue which could led to stuck transactions by @rystsov in #8888
  • #9039 The type of metrics redpanda_storage_disk_free_bytes and redpanda_storage_disk_total_bytes is corrected from by @jcsp in #9040
  • #9087 Fixes a bug where the operator would try to reconfigure the cluster every minute. by @joejulian in #9088
  • #9364 CVE-PENDING: rpk will not modify redpanda.rpc_server_tls property when decoding the redpanda.yaml, which means that it will leave the field as a list or as an element depending on what the user has configured before executing rpk commands. by @r-vasquez in #9365
  • redpanda_cluster_partitions is incremented per partition, not per replica, on a topic creation by @daisukebe in #9462
  • rpk: Fix a panic when using rpk container with Podman by @r-vasquez in #9153

Improvements

  • Add admin API command that allows changing --blocked-reactor-notify-ms parameter on the fly. by @Lazin in #9351
  • A frequent "No segments to collect for ntp" log message is now reduced to DEBUG severity. by @jcsp in #8721
  • Consumer group related errors are now logged at a higher level (info) by @dlex in #8762
  • In a large cluster with a lot of partitions and high CPU count the response to querying under-replicated partitions might not be returned within a 2 second timeout. by @RafalKorepta in #9071
  • Redact SCRAM username and password for Pandaproxy and schema registry clients in the bundle generated by rpk debug bundle by @r-vasquez in #9450
  • #8719 Cleaned up comments. by @vrazdalovschi in #8720
  • #9310 * Pandaproxy: Ensure that named consumers are removed from their group when HTTP proxy (Pandaproxy) is shutdown. by @NyaliaLui in #9473

Full Changelog: v22.3.13...v22.3.14

Don't miss a new redpanda release

NewReleases is sending notifications on new releases.