mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 02:12:21 +00:00
Update FileCache.cpp
This commit is contained in:
parent
2d90270c17
commit
6f6434d50d
@ -1049,9 +1049,6 @@ void FileCache::loadMetadataForKeys(const fs::path & keys_dir)
|
|||||||
fs::remove(offset_it->path());
|
fs::remove(offset_it->path());
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
[[maybe_unused]] const auto & file_segment_metadata = file_segment_metadata_it->second;
|
|
||||||
chassert(file_segment_metadata->file_segment->assertCorrectness());
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user