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:
Sema Checherinda 2024-12-13 09:12:59 +00:00 committed by GitHub
commit 7b75a4c237
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2185,7 +2185,7 @@ MergeTreeData::DataPartsVector StorageReplicatedMergeTree::checkPartChecksumsAnd
size_t failed_op_index = zkutil::getFailedOpIndex(e, responses);
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;
}
}