This commit is contained in:
Nikita Mikhaylov 2021-09-01 12:35:37 +00:00
parent c7727f093d
commit ceab6feb2a

View File

@ -2372,6 +2372,13 @@ void Context::shutdown()
}
}
if (merge_mutate_executor)
merge_mutate_executor->wait();
if (fetch_executor)
fetch_executor->wait();
if (moves_executor)
moves_executor->wait();
shared->shutdown();
}