lighting: change log level to debug for "keys within region is empty, skip doIngest" (#43198)
close pingcap/tidb#43197
This commit is contained in:
@ -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),
|
||||
|
||||
Reference in New Issue
Block a user