Skip to content

Commit 6e62e0b

Browse files
authored
MINOR: Fix delete commands in ZK to KRaft migration docs (apache#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]>
1 parent a759822 commit 6e62e0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ops.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4251,9 +4251,9 @@ <h3>Reverting to ZooKeeper mode During the Migration</h3>
42514251
Deprovision the KRaft controller quorum.
42524252
</li>
42534253
<li>
4254-
Using <code>zookeeper-shell.sh</code>, run <code>rmr /controller</code> so that one
4254+
Using <code>zookeeper-shell.sh</code>, run <code>delete /controller</code> so that one
42554255
of the brokers can become the new old-style controller. Additionally, run
4256-
<code>get /migration</code> followed by <code>rmr /migration</code> to clear the
4256+
<code>get /migration</code> followed by <code>delete /migration</code> to clear the
42574257
migration state from ZooKeeper. This will allow you to re-attempt the migration
42584258
in the future. The data read from "/migration" can be useful for debugging.
42594259
</li>
@@ -4291,7 +4291,7 @@ <h3>Reverting to ZooKeeper mode During the Migration</h3>
42914291
Deprovision the KRaft controller quorum.
42924292
</li>
42934293
<li>
4294-
Using <code>zookeeper-shell.sh</code>, run <code>rmr /controller</code> so that one
4294+
Using <code>zookeeper-shell.sh</code>, run <code>delete /controller</code> so that one
42954295
of the brokers can become the new old-style controller.
42964296
</li>
42974297
<li>

0 commit comments

Comments
 (0)