From 29a5874ae72d931f8e0528341f4a5731b3e2e798 Mon Sep 17 00:00:00 2001 From: Daisuke Kobayashi Date: Mon, 18 Dec 2023 23:49:37 +0900 Subject: [PATCH] make partition_autobalancing_movement_batch_size_bytes deprecated (#184) Co-authored-by: JakeSCahill --- modules/reference/pages/tunable-properties.adoc | 1 + modules/upgrade/pages/deprecated/index.adoc | 11 ++++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/modules/reference/pages/tunable-properties.adoc b/modules/reference/pages/tunable-properties.adoc index 20a1081e3..4ba5a7e44 100644 --- a/modules/reference/pages/tunable-properties.adoc +++ b/modules/reference/pages/tunable-properties.adoc @@ -990,6 +990,7 @@ Tick interval of the partition auto-balancer. --- === partition_autobalancing_movement_batch_size_bytes +{badge-deprecated} Total size of partitions that the partition auto-balancer moves in one batch. diff --git a/modules/upgrade/pages/deprecated/index.adoc b/modules/upgrade/pages/deprecated/index.adoc index e2a2642a0..3c3bca20a 100644 --- a/modules/upgrade/pages/deprecated/index.adoc +++ b/modules/upgrade/pages/deprecated/index.adoc @@ -1,11 +1,16 @@ = Deprecated Features :description: See a list of deprecated features in Redpanda 23.2 and plan necessary upgrades or modifications. -This index helps you to identify deprecated features in Redpanda 23.2 and plan necessary upgrades or modifications. +This index helps you to identify deprecated features in Redpanda releases and plan necessary upgrades or modifications. |=== -| Feature | Deprecated in +| Feature | Deprecated in |Details -| xref:./cluster-resource.adoc[Cluster and Console custom resources] +| xref:reference:redpanda-operator/index.adoc[Cluster and Console custom resources] | 23.2.1 +| Use the xref:./cluster-resource.adoc[Redpanda resource] instead. + +|xref:reference:tunable-properties.adoc#partition_autobalancing_movement_batch_size_bytes[`partition_autobalancing_movement_batch_size_bytes`] +|23.2.12 +| Use xref:reference:tunable-properties.adoc#partition_autobalancing_concurrent_moves[`partition_autobalancing_concurrent_moves`] instead. |===