mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Merge branch 'remove-noisy-message' into named-collections-in-clickhouse-local
This commit is contained in:
commit
327aabf891
@ -1281,10 +1281,6 @@ void DatabaseCatalog::rescheduleDropTableTask()
|
|||||||
auto min_drop_time = getMinDropTime();
|
auto min_drop_time = getMinDropTime();
|
||||||
time_t schedule_after_ms = min_drop_time > current_time ? (min_drop_time - current_time) * 1000 : 0;
|
time_t schedule_after_ms = min_drop_time > current_time ? (min_drop_time - current_time) * 1000 : 0;
|
||||||
|
|
||||||
LOG_TRACE(
|
|
||||||
log,
|
|
||||||
"Have {} tables in queue to drop. Schedule background task in {} seconds",
|
|
||||||
tables_marked_dropped.size(), schedule_after_ms / 1000);
|
|
||||||
(*drop_task)->scheduleAfter(schedule_after_ms);
|
(*drop_task)->scheduleAfter(schedule_after_ms);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user