From 852b4d42b600df7f4eec754d9dfbd559ac2954fa Mon Sep 17 00:00:00 2001 From: Antonio Andelic Date: Tue, 28 Nov 2023 16:00:06 +0100 Subject: [PATCH] Update src/Coordination/KeeperServer.cpp --- src/Coordination/KeeperServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Coordination/KeeperServer.cpp b/src/Coordination/KeeperServer.cpp index 50292de493a..bc5e3a723f2 100644 --- a/src/Coordination/KeeperServer.cpp +++ b/src/Coordination/KeeperServer.cpp @@ -331,7 +331,7 @@ void KeeperServer::launchRaftServer(const Poco::Util::AbstractConfiguration & co nuraft::asio_service::options asio_opts{}; /// If asio worker threads fail in any way, NuRaft will stop to make any progress - /// For that reason we need to supress out of memory exceptions in such threads + /// For that reason we need to suppress out of memory exceptions in such threads /// TODO: use `get_active_workers` to detect when we have no active workers to abort asio_opts.worker_start_ = [](uint32_t /*worker_id*/) {