You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2022/09/28 22:15:29 UTC

[kafka-site] branch asf-site updated: MINOR: Fix errant "code" tags (#446)

This is an automated email from the ASF dual-hosted git repository.

davidarthur pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 842c52bf MINOR: Fix errant "code" tags (#446)
842c52bf is described below

commit 842c52bf953de680783603feda167084dea67553
Author: David Arthur <mu...@gmail.com>
AuthorDate: Wed Sep 28 18:15:23 2022 -0400

    MINOR: Fix errant "code" tags (#446)
    
    Reviewers: Bill Bejeck <bb...@gmail.com>
---
 33/ops.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/33/ops.html b/33/ops.html
index 0b25384e..5a8260e7 100644
--- a/33/ops.html
+++ b/33/ops.html
@@ -1388,7 +1388,7 @@ $ bin/kafka-acls.sh \
 
   <pre class="line-numbers"><code class="language-bash"> &gt; bin/kafka-storage.sh format --cluster-id uuid --config server_properties</code></pre>
 
-  <p>It is possible for the <code>bin/kafka-storage.sh format<code> command above to fail with a message like <code>Log directory ... is already formatted<code>. This can happend when combined mode is used and only the metadata log directory was lost but not the others. In that case and only in that case, can you run the <code>kafka-storage.sh format</code> command with the <code>--ignore-formatted</code> option.</p>
+  <p>It is possible for the <code>bin/kafka-storage.sh format</code> command above to fail with a message like <code>Log directory ... is already formatted</code>. This can happend when combined mode is used and only the metadata log directory was lost but not the others. In that case and only in that case, can you run the <code>kafka-storage.sh format</code> command with the <code>--ignore-formatted</code> option.</p>
 
   <p>Start the KRaft controller after formatting the log directories.</p>