use base/sleep.h

This commit is contained in:
Miсhael Stetsyuk 2024-09-13 17:35:11 +01:00 committed by GitHub
parent 2b6238a5e5
commit 4225ba79f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
#include <Common/ZooKeeper/KeeperException.h>
#include <Core/ServerUUID.h>
#include <Core/Settings.h>
#include <chrono>
#include <base/sleep.h>
#include <filesystem>
namespace fs = std::filesystem;
@ -251,7 +251,7 @@ String DatabaseReplicatedDDLWorker::enqueueQueryImpl(const ZooKeeperPtr & zookee
else if (code != Coordination::Error::ZNODEEXISTS)
zkutil::KeeperMultiException::check(code, ops, res);
std::this_thread::sleep_for(std::chrono::milliseconds(50));
sleepForMilliseconds(50);
}
if (counter_path.empty())