This is an automated email from the ASF dual-hosted git repository.

mimaison pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 02b7c3c48 MINOR: Fix znode deletion command (#679)
02b7c3c48 is described below

commit 02b7c3c48d908d64665764228ad3faf3738b5e9f
Author: Paolo Patierno <[email protected]>
AuthorDate: Fri Mar 21 09:34:58 2025 +0100

    MINOR: Fix znode deletion command (#679)
    
    Signed-off-by: Paolo Patierno <[email protected]>
    Reviewers: Mickael Maison <[email protected]>
---
 39/ops.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/39/ops.html b/39/ops.html
index 674360dcf..64ef8e794 100644
--- a/39/ops.html
+++ b/39/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>

Reply via email to