cmccabe commented on code in PR #17792:
URL: https://github.com/apache/kafka/pull/17792#discussion_r1840929276
##########
docs/ops.html:
##########
@@ -4182,6 +4182,14 @@ <h3>Reverting to ZooKeeper mode During the Migration</h3>
If you did not fully complete any step, back out whatever you have done
and then follow revert
directions for the last fully completed step.
</p>
+ <p>
+ In any case, once reverting is completed, you must clean-up any migration
leftover before you attempt a new one
+ </p>
+ <ul>
+ <li>Remove <code>__cluster_metadata</code> logs directory from KRaft
controllers</li>
+ <li>Remove <code>__cluster_metadata</code> logs directory from Zookeeper
brokers</li>
Review Comment:
They'll be removed from the brokers automatically. The controllers are the
ones that need to be manually removed. (We should probalby add a note about
this.)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]