Skip to content

Commit

Permalink
Merge pull request #89133 from cockroachdb/blathers/backport-release-…
Browse files Browse the repository at this point in the history
…22.2-89042

release-22.2: kvserver: decrease verbosity of replicate queue trace logging
  • Loading branch information
AlexTalks authored Oct 3, 2022
2 parents 1c77c26 + f6c3830 commit 919cb59
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 @@ -814,7 +814,7 @@ func (rq *replicateQueue) processOneChangeWithTracing(
}

if err != nil {
log.KvDistribution.Warningf(ctx, "error processing replica: %v%s", err, traceOutput)
log.KvDistribution.Infof(ctx, "error processing replica: %v%s", err, traceOutput)
} else if exceededDuration {
log.KvDistribution.Infof(ctx, "processing replica took %s, exceeding threshold of %s%s",
processDuration, loggingThreshold, traceOutput)
Expand Down

0 comments on commit 919cb59

Please sign in to comment.