Skip to content

v22.3.5

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Dec 18:53
28b2443

Features

  • #7617 Adding new redpanda setting (max_concurrent_producer_ids) to control how much sessions for transaction/idempotency will be saved by @VadimPlh in #7618 #7580

Bug Fixes

  • Added missing permissions to the operator helm chart's ClusterRolebindings template. by @joejulian in #7489
  • Fix for bug that would prevent the start of redpanda if a license was loaded in a previous version by @graphcareful in #7485
  • This fix will prevent users from configuring any even value to the cluster configuration property, default_topic_replications by @daisukebe in #7434
  • Various rpk bug fixes by @r-vasquez in #7605
  • #7370 #5601 Redpanda will now treat nodes that were decommissioned while in maintenance mode as no longer in maintenance mode, allowing for further nodes to be placed in maintenance mode. by @andrwng in #7551
  • #7599 #7597 transactions: preserve monotonicity of LSO by @bharathv in #7600
  • schema_registry: Explciitly set _schemas topic to retain forever. by @BenPope in #7559

Improvements

  • Improve tiered-storage reliability in presence of inconsistencies in metadata by @Lazin in #7510
  • The seed_servers node configuration may now be identical on each node to form a cluster, even when empty_seed_starts_cluster is true (the default). by @andrwng in #7501
  • Tiered storage topic recovery now uses the retention.local.target settings to bound how much data is restored to local disk, rather than the total retention settings. by @jcsp in #7578
  • #7479 An ERROR log message on S3 upload failures is downgraded to WARN, as this situation has been observed to occur transiently in normal operation on AWS. by @jcsp in #7480
  • #7516 Upon completion of rpk cluster config edit or rpk cluster config set, print the following message if restart is required: by @daisukebe in #7517
    Cluster needs to be restarted. See more details with 'rpk cluster config status'
    
  • rpk will prevent decommissioning a node if its in maintenance mode. by @r-vasquez in #7498
  • schema_registry: If _schemas topic is missing, return a 500 status code. by @BenPope in #7567

Full Changelog: v22.3.4...v22.3.5

Join discussion 🗣