mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +00:00
Change log level
This commit is contained in:
parent
e6f646b71e
commit
adb8ac4fda
@ -290,7 +290,7 @@ namespace
|
||||
|
||||
[[noreturn]] void onStorageInconsistency()
|
||||
{
|
||||
LOG_INFO(&Poco::Logger::get("KeeperStorage"), "Inconsistency found between uncommitted and committed data. Keeper will terminate to avoid undefined behaviour.");
|
||||
LOG_ERROR(&Poco::Logger::get("KeeperStorage"), "Inconsistency found between uncommitted and committed data. Keeper will terminate to avoid undefined behaviour.");
|
||||
std::terminate();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user