mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Better grepability [#METR-22173].
This commit is contained in:
parent
62d067c81f
commit
d7ce4dd410
@ -130,7 +130,7 @@ void ReplicatedMergeTreePartCheckThread::searchForMissingPart(const String & par
|
||||
if (num_found_blocks == part_length_in_blocks)
|
||||
{
|
||||
/// На совокупности живых или мёртвых реплик есть все куски, из которых можно составить нужный кусок. Ничего делать не будем.
|
||||
LOG_WARNING(log, "Found all blocks for missing part. Will wait for them to be merged.");
|
||||
LOG_WARNING(log, "Found all blocks for missing part " << part_name << ". Will wait for them to be merged.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user