From bb570627c0e4a5ea0bc5b6c9e17b22ded3de5fd1 Mon Sep 17 00:00:00 2001 From: Joyce Fee Date: Fri, 22 Nov 2024 14:58:17 -0500 Subject: [PATCH] update for docs-1777 --- modules/manage/pages/node-management.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/manage/pages/node-management.adoc b/modules/manage/pages/node-management.adoc index d0161b254..fd3660b74 100644 --- a/modules/manage/pages/node-management.adoc +++ b/modules/manage/pages/node-management.adoc @@ -14,6 +14,7 @@ When a broker is placed in maintenance mode, if the replication factor is greate ==== * Maintenance mode only transfers leadership. It does not move any partitions to other brokers in the cluster. * If a broker hosts a partition with a replica count of one, the partition is unavailable when the Redpanda process is not running. +* Maintenance mode operations only handle a single broker in maintenance at a time. If you attempt to place more than one broker in maintenance mode, you will get an error. ==== The amount of time it takes to drain a broker and reassign leadership depends on the number of partitions and the health of the cluster. For healthy clusters, draining leadership should take less than a minute. For unhealthy clusters (for example, when follower is not in sync with the leader), draining the broker can take longer. Note that the draining process won't start until the cluster is healthy.