mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Fix task log name
This commit is contained in:
parent
56a6e39d02
commit
d8959c2daa
@ -117,7 +117,7 @@ void QueryMetricLog::startQuery(const String & query_id, TimePoint query_start_t
|
||||
|
||||
auto context = getContext();
|
||||
const auto & process_list = context->getProcessList();
|
||||
status.task = context->getSchedulePool().createTask("QueryLog", [this, &process_list, query_id] {
|
||||
status.task = context->getSchedulePool().createTask("QueryMetricLog", [this, &process_list, query_id] {
|
||||
auto current_time = std::chrono::system_clock::now();
|
||||
const auto query_info = process_list.getQueryInfo(query_id, false, true, false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user