mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Whitespaces
This commit is contained in:
parent
6869c122a8
commit
833c8178ae
@ -2605,7 +2605,8 @@ StorageReplicatedMergeTree::CreateMergeEntryResult StorageReplicatedMergeTree::c
|
||||
{
|
||||
if (part.modification_time + MAX_AGE_OF_LOCAL_PART_THAT_WASNT_ADDED_TO_ZOOKEEPER < time(nullptr))
|
||||
{
|
||||
LOG_WARNING(log, "Part {} (that was selected for mutation) with age {} seconds exists locally but not in ZooKeeper. Won't mutate that part and will check it.", part.name, (time(nullptr) - part.modification_time));
|
||||
LOG_WARNING(log, "Part {} (that was selected for mutation) with age {} seconds exists locally but not in ZooKeeper."
|
||||
" Won't mutate that part and will check it.", part.name, (time(nullptr) - part.modification_time));
|
||||
enqueuePartForCheck(part.name);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user