mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-28 10:50:39 +00:00
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:
committed by
GitHub
parent
5e5611496a
commit
97b3b18f32
@@ -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()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user