From 49438ed1a143b0f91678d9d3350c437b2724fa9d Mon Sep 17 00:00:00 2001 From: Anton Popov Date: Fri, 28 Sep 2018 18:35:30 +0300 Subject: [PATCH] Update DDLWorker.cpp --- dbms/src/Interpreters/DDLWorker.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dbms/src/Interpreters/DDLWorker.cpp b/dbms/src/Interpreters/DDLWorker.cpp index 5b3c261ca76..a02b51ebaa7 100644 --- a/dbms/src/Interpreters/DDLWorker.cpp +++ b/dbms/src/Interpreters/DDLWorker.cpp @@ -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())