mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
Attempt to fix an error [#METR-20397].
This commit is contained in:
parent
5720d9566e
commit
b5e5de0427
@ -151,6 +151,8 @@ struct ContextShared
|
||||
return;
|
||||
shutdown_called = true;
|
||||
|
||||
query_log.reset();
|
||||
|
||||
/** В этот момент, некоторые таблицы могут иметь потоки, которые блокируют наш mutex.
|
||||
* Чтобы корректно их завершить, скопируем текущий список таблиц,
|
||||
* и попросим их всех закончить свою работу.
|
||||
|
Loading…
Reference in New Issue
Block a user