Update DDLWorker.cpp

This commit is contained in:
Anton Popov 2018-09-28 18:35:30 +03:00 committed by GitHub
parent ed3c744055
commit 49438ed1a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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())