mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update DDLWorker.cpp
This commit is contained in:
parent
ed3c744055
commit
49438ed1a1
@ -178,7 +178,7 @@ struct DDLTask
|
||||
Cluster::Address address_in_cluster;
|
||||
size_t host_shard_num;
|
||||
size_t host_replica_num;
|
||||
|
||||
|
||||
/// Stage 3.3: execute query
|
||||
ExecutionStatus execution_status;
|
||||
bool was_executed = false;
|
||||
@ -335,7 +335,6 @@ void DDLWorker::processTasks()
|
||||
{
|
||||
LOG_DEBUG(log, "Processing tasks");
|
||||
|
||||
|
||||
Strings queue_nodes = zookeeper->getChildren(queue_dir, nullptr, event_queue_updated);
|
||||
filterAndSortQueueNodes(queue_nodes);
|
||||
if (queue_nodes.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user