MINOR: Document JBOD limitation during migration (#15692)

Document JBOD limitation during migration when log dir failure.

Reviewers: Luke Chen <showuon@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Igor Soarez 2024-04-12 07:50:09 +01:00 committed by GitHub
parent 15c4ade06a
commit 31171d0791
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -3823,6 +3823,12 @@ foo
version</i> (also known as the <i>inter.broker.protocol.version</i>.) Please do not attempt to do this during
a migration, or you may break the cluster.</li>
<li>After the migration has been finalized, it is not possible to revert back to ZooKeeper mode.</li>
<li>
During the migration, if a ZK broker is running with multiple log directories,
any directory failure will cause the broker to shutdown.
Brokers with broken log directories will only be able to migrate to KRaft once the directories are repaired.
For further details refer to <a href="https://issues.apache.org/jira/browse/KAFKA-16431">KAFKA-16431</a>.
</li>
<li><a href="#kraft_missing">As noted above</a>, some features are not fully implemented in KRaft mode. If you are
using one of those features, you will not be able to migrate to KRaft yet.</li>
</ul>