chia7712 commented on code in PR #620: URL: https://github.com/apache/kafka-site/pull/620#discussion_r1705624608
########## 38/ops.html: ########## @@ -4105,7 +4105,10 @@ <h3>Reverting to ZooKeeper mode During the Migration</h3> </li> <li> Using <code>zookeeper-shell.sh</code>, run <code>rmr /controller</code> so that one - of the brokers can become the new old-style controller. + 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 + 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. Review Comment: > I wonder why we have this duplication? it seems we list all directions for reverting for each migration phase. That is a bit verbose, but they are useful. However, it is weird to use "table format" to display so much texts. Maybe we should to a bit refactor for it. Also, the same direction can have its hyperlink to be shared in different migration phase. -- 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: dev-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org