MINOR: Correct spelling errors in KafkaRaftClient (#12061)

Correct spelling errors in KafkaRaftClient

Reviewers: José Armando García Sancio <jsancio@users.noreply.github.com>
This commit is contained in:
RivenSun 2022-04-19 01:58:57 +08:00 committed by GitHub
parent 1521813a3a
commit 51fb42bdfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {}",