chore: refine missing-file warning wording in compaction pre-read

Agent-Logs-Url: https://github.com/GreptimeTeam/greptimedb/sessions/d0dc5df7-0d37-4ed0-bfb9-a796fc8025af

Co-authored-by: MichaelScofield <990479+MichaelScofield@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-20 04:44:52 +00:00
committed by GitHub
parent 5e5611496a
commit 97b3b18f32

View File

@@ -1097,7 +1097,7 @@ impl CompactionSstReaderBuilder<'_> {
Err(e) if e.is_object_not_found() => {
warn!(
e;
"Input SST file does not exist during compaction metadata pre-read, skip it, region_id: {}, file: {}",
"Input SST file does not exist during compaction metadata pre-read, skipping it, region_id: {}, file: {}",
file_handle.region_id(),
file_handle.file_id()
);