mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Miscellaneous
This commit is contained in:
parent
8c70de3bc7
commit
babb4f7b73
@ -691,7 +691,7 @@ void MergeTreeData::loadDataParts(bool skip_sanity_checks)
|
||||
/// Count the number of parts covered by the broken part. If it is at least two, assume that
|
||||
/// the broken part was created as a result of merging them and we won't lose data if we
|
||||
/// delete it.
|
||||
int contained_parts = 0;
|
||||
size_t contained_parts = 0;
|
||||
|
||||
LOG_ERROR(log, "Part " << full_path + file_name << " is broken. Looking for parts to replace it.");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user