Skip to content

Commit

Permalink
kvserver: rename repl q re-(processing/re-queuing)
Browse files Browse the repository at this point in the history
This naming was incorrect after #85219. The replicate queue will
re-queue , rather than immediately re-process a replica after a
successful process.

Epic: none

Release note: None
  • Loading branch information
kvoli committed Jul 21, 2023
1 parent 006bbb9 commit aa07dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kv/kvserver/replicate_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ func (rq *replicateQueue) process(
}

if requeue {
log.KvDistribution.VEventf(ctx, 1, "re-processing")
log.KvDistribution.VEventf(ctx, 1, "re-queuing")
rq.maybeAdd(ctx, repl, rq.store.Clock().NowAsClockTimestamp())
}
return true, nil
Expand Down

0 comments on commit aa07dd6

Please sign in to comment.