mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 12:22:12 +00:00
Merge pull request #72876 from morkalfon/mkalfon/reducing-log-level-of-appeared-part-message
Reducing the log level of appeared replica part message
This commit is contained in:
commit
7b75a4c237
@ -2185,7 +2185,7 @@ MergeTreeData::DataPartsVector StorageReplicatedMergeTree::checkPartChecksumsAnd
|
|||||||
size_t failed_op_index = zkutil::getFailedOpIndex(e, responses);
|
size_t failed_op_index = zkutil::getFailedOpIndex(e, responses);
|
||||||
if (failed_op_index < num_check_ops)
|
if (failed_op_index < num_check_ops)
|
||||||
{
|
{
|
||||||
LOG_INFO(log, "The part {} on a replica suddenly appeared, will recheck checksums", ops[failed_op_index]->getPath());
|
LOG_DEBUG(log, "The part {} on a replica suddenly appeared, will recheck checksums", ops[failed_op_index]->getPath());
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user