mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +00:00
Merge pull request #58809 from ClickHouse/print-entries-to-be-processed-in-trace
Increase log level to trace to help debug `00993_system_parts_race_condition_drop_zookeeper`
This commit is contained in:
commit
1d34f4a304
@ -2690,7 +2690,7 @@ ReplicatedMergeTreeQueue::addSubscriber(ReplicatedMergeTreeQueue::SubscriberCall
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_TEST(log, "Waiting for {} entries to be processed: {}", out_entry_names.size(), fmt::join(out_entry_names, ", "));
|
LOG_TRACE(log, "Waiting for {} entries to be processed: {}", out_entry_names.size(), fmt::join(out_entry_names, ", "));
|
||||||
}
|
}
|
||||||
|
|
||||||
auto it = subscribers.emplace(subscribers.end(), std::move(callback));
|
auto it = subscribers.emplace(subscribers.end(), std::move(callback));
|
||||||
|
Loading…
Reference in New Issue
Block a user