showuon commented on code in PR #15317: URL: https://github.com/apache/kafka/pull/15317#discussion_r1479316119
########## docs/ops.html: ########## @@ -4054,16 +4054,18 @@ <h3>Reverting to ZooKeeper mode During the Migration</h3> </ul> </td> <td> - It is important to perform the <code>zookeeper-shell.sh</code> step quickly, to minimize the amount of - time that the cluster lacks a controller. + It is important to perform the <code>zookeeper-shell.sh</code> step <b>quickly</b>, to minimize the amount of + time that the cluster lacks a controller. Until the <code> /controller</code> znode is deleted, + you can also ignore any broker errors in the log about controller missing. Review Comment: > Until the <code> /controller</code> znode is deleted, you can also ignore any broker errors in the log about controller missing. Maybe: `You can also ignore any errors in the broker log about failing to connect to the Kraft controller. Those error logs should disappear after second roll to pure zookeeper mode.` WDYT? -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org