Skip to content

Commit

Permalink
lighting: change log level to debug for "keys within region is empty,…
Browse files Browse the repository at this point in the history
… skip doIngest" (#43198)

close #43197
  • Loading branch information
D3Hunter authored Apr 19, 2023
1 parent 37d9a64 commit 75570e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/lightning/backend/local/region_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func (local *Backend) writeToTiKV(ctx context.Context, j *regionJob) error {
}
if firstKey == nil {
j.convertStageTo(ingested)
log.FromContext(ctx).Info("keys within region is empty, skip doIngest",
log.FromContext(ctx).Debug("keys within region is empty, skip doIngest",
logutil.Key("start", j.keyRange.start),
logutil.Key("regionStart", region.StartKey),
logutil.Key("end", j.keyRange.end),
Expand Down

0 comments on commit 75570e9

Please sign in to comment.