github redpanda-data/redpanda v23.1.2

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

Bug Fixes

  • A spurious "Leaving S3 objects behind" log message is no longer printed when deleting non-tiered-storage partitions. by @jcsp in #9407
  • Fix a bug in the re-uploading of a compacted segment that could lead to consumers getting blocked. by @VladLazar in #9438
  • Fix a memory leak in the operator by @joejulian in #9247
  • 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 #9218
  • Fix upload housekeeping errors on log truncation by @Lazin in #9443
  • 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 reading from tiered storage is disabled. by @andrwng in #9296
  • The redpanda_cloud_storage_cache_op_miss metric was not showing the right value. by @dlex in #9342
  • #9368 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 #9369
  • redpanda_cluster_partitions should be incremented per partition, not per replica, on a topic creation by @daisukebe in #9418
  • rpk bugfix: now rpk debug bundle in k8s works for brokers with TLS enabled. by @r-vasquez in #9436

Improvements

  • Add admin API command that allows changing --blocked-reactor-notify-ms parameter on the fly. by @Lazin in #9351
  • Redact SCRAM username and password for Pandaproxy and schema registry clients in the bundle generated by rpk debug bundle by @r-vasquez in #9451
  • Some of cluster config properties are reported in metrics by @VadimPlh in #9278
  • When using tiered storage, Redpanda will now detect the particular cloud storage service in use, to enable certain backend-specific APIs (e.g. DeleteObjects on AWS). This detection may be overridden with the new cluster configuration property cloud_storage_backend, although this should not be necessary when running on supported backends (GCP, AWS, Azure). by @abhijat in #9270
  • #9223 Shutting down a server with many hydrated tiered storage segments and partitions is now significantly faster. by @andrwng in #9224
  • #9310 * Pandaproxy: Ensure that named consumers are removed from their group when HTTP proxy (Pandaproxy) is shutdown. by @NyaliaLui in #9474

Full Changelog: v23.1.1...v23.1.2

Don't miss a new redpanda release

NewReleases is sending notifications on new releases.