mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
eb5f46fb07
Right now if another node removes the znode in task_queue, the one that did not process it, but already get list of children, will terminated the DDLWorker thread, and this is very unconvinient because you do not have any sane way to know is DDLWorker still running or not (except for timed out DDL queries or via debugger), and the clickhouse-server it self do not fail either. Fixes: #5064 |
||
---|---|---|
.. | ||
benchmark | ||
cmake | ||
programs | ||
src | ||
tests | ||
CMakeLists.txt |