dajac commented on code in PR #19065: URL: https://github.com/apache/kafka/pull/19065#discussion_r1977703481
########## docs/ops.html: ########## @@ -1343,7 +1343,7 @@ <h4 class="anchor-heading"><a id="replace_disk" class="anchor-link"></a><a href= <p>Check and wait until the <code>Lag</code> is small for a majority of the controllers. If the leader's end offset is not increasing, you can wait until the lag is 0 for a majority; otherwise, you can pick the latest leader end offset and wait until all replicas have reached it. Check and wait until the <code>LastFetchTimestamp</code> and <code>LastCaughtUpTimestamp</code> are close to each other for the majority of the controllers. At this point it is safer to format the controller's metadata log directory. This can be done by running the kafka-storage.sh command.</p> - <pre><code class="language-bash">$ bin/kafka-storage.sh format --cluster-id uuid --config server_properties</code></pre> + <pre><code class="language-bash">$ bin/kafka-storage.sh format --cluster-id uuid --config config/server_properties</code></pre> Review Comment: Should it be `config/server.properties`? -- 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