mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 20:12:02 +00:00
Change log level
This commit is contained in:
parent
e6f646b71e
commit
adb8ac4fda
@ -290,7 +290,7 @@ namespace
|
|||||||
|
|
||||||
[[noreturn]] void onStorageInconsistency()
|
[[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();
|
std::terminate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user