mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Update src/Interpreters/Cache/Metadata.cpp
Co-authored-by: Igor Nikonov <954088+devcrafter@users.noreply.github.com>
This commit is contained in:
parent
f2dbcb5146
commit
855c95f626
@ -284,7 +284,7 @@ void CacheMetadata::doCleanup()
|
||||
{
|
||||
/// Key prefix directory can become non-empty just now, it is expected.
|
||||
if (e.code() == std::errc::directory_not_empty)
|
||||
return;
|
||||
continue;
|
||||
LOG_ERROR(log, "Error while removing key {}: {}", cleanup_key, getCurrentExceptionMessage(true));
|
||||
chassert(false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user