This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch 3.9
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.9 by this push:
new 6e62e0b32ba MINOR: Fix delete commands in ZK to KRaft migration docs
(#19953)
6e62e0b32ba is described below
commit 6e62e0b32ba543dd129d212320cbe8d337821174
Author: Paolo Patierno <[email protected]>
AuthorDate: Thu Jun 12 12:22:54 2025 +0200
MINOR: Fix delete commands in ZK to KRaft migration docs (#19953)
Trivial PR to replace the `rmr` command with the `delete` on for
ZooKeeper znode deletions during KRaft migration.
Signed-off-by: Paolo Patierno <[email protected]>
Reviewers: Mickael Maison <[email protected]>
---
docs/ops.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/ops.html b/docs/ops.html
index 94dc19b4edf..6a2de5f68b8 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -4251,9 +4251,9 @@ listeners=CONTROLLER://:9093
Deprovision the KRaft controller quorum.
</li>
<li>
- Using <code>zookeeper-shell.sh</code>, run <code>rmr
/controller</code> so that one
+ Using <code>zookeeper-shell.sh</code>, run <code>delete
/controller</code> so that one
of the brokers can become the new old-style controller.
Additionally, run
- <code>get /migration</code> followed by <code>rmr
/migration</code> to clear the
+ <code>get /migration</code> followed by <code>delete
/migration</code> to clear the
migration state from ZooKeeper. This will allow you to
re-attempt the migration
in the future. The data read from "/migration" can be useful for
debugging.
</li>
@@ -4291,7 +4291,7 @@ listeners=CONTROLLER://:9093
Deprovision the KRaft controller quorum.
</li>
<li>
- Using <code>zookeeper-shell.sh</code>, run <code>rmr
/controller</code> so that one
+ Using <code>zookeeper-shell.sh</code>, run <code>delete
/controller</code> so that one
of the brokers can become the new old-style controller.
</li>
<li>