lighting: change log level to debug for "keys within region is empty, skip doIngest" (#43198)

close pingcap/tidb#43197
This commit is contained in:
D3Hunter
2023-04-20 01:29:28 +08:00
committed by GitHub
parent 37d9a64fce
commit 75570e929a

View File

@ -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),