mirror of https://github.com/apache/kafka.git
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:
parent
1521813a3a
commit
51fb42bdfd
|
@ -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 {}",
|
||||
|
|
Loading…
Reference in New Issue