This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 0a81dd54ee4 MINOR: fix KafkaRaftManager typo (#17738)
0a81dd54ee4 is described below
commit 0a81dd54ee46e6da96f54f7b853cede4e66a4f3c
Author: Ken Huang <[email protected]>
AuthorDate: Mon Nov 11 11:54:58 2024 +0800
MINOR: fix KafkaRaftManager typo (#17738)
Reviewers: TengYao Chi <[email protected]>, Chia-Ping Tsai
<[email protected]>
---
core/src/main/scala/kafka/raft/RaftManager.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/src/main/scala/kafka/raft/RaftManager.scala
b/core/src/main/scala/kafka/raft/RaftManager.scala
index fdd98c3f22a..80fa1af5894 100644
--- a/core/src/main/scala/kafka/raft/RaftManager.scala
+++ b/core/src/main/scala/kafka/raft/RaftManager.scala
@@ -90,7 +90,7 @@ object KafkaRaftManager {
*
* This is only used by ZK brokers that are in pre-migration or hybrid mode
of the ZK to KRaft migration.
* The rationale for deleting the metadata log in these cases is that it is
safe to do on brokers and it
- * it makes recovery from a failed migration much easier. See KAFKA-16463.
+ * makes recovery from a failed migration much easier. See KAFKA-16463.
*
* @param config The broker config
*/