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

jsancio 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 51fb42bdfd MINOR: Correct spelling errors in KafkaRaftClient (#12061)
51fb42bdfd is described below

commit 51fb42bdfd62f9807368c9ecf2afde42a5dcfada
Author: RivenSun <[email protected]>
AuthorDate: Tue Apr 19 01:58:57 2022 +0800

    MINOR: Correct spelling errors in KafkaRaftClient (#12061)
    
    Correct spelling errors in KafkaRaftClient
    
    Reviewers: José Armando García Sancio <[email protected]>
---
 raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java 
b/raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java
index dced48da39..3479e05d32 100644
--- a/raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java
+++ b/raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java
@@ -1334,7 +1334,7 @@ public class KafkaRaftClient<T> implements RaftClient<T> {
             partitionSnapshot.snapshotId().epoch() < 0) {
 
             /* The leader deleted the snapshot before the follower could 
download it. Start over by
-             * reseting the fetching snapshot state and sending another fetch 
request.
+             * resetting the fetching snapshot state and sending another fetch 
request.
              */
             logger.trace(
                 "Leader doesn't know about snapshot id {}, returned error {} 
and snapshot id {}",

Reply via email to