From d849f56cd408a645767e2cdf11674c537a6c58e1 Mon Sep 17 00:00:00 2001 From: alesapin Date: Fri, 22 Oct 2021 11:24:18 +0300 Subject: [PATCH] Fix typo and update NuRaft --- contrib/NuRaft | 2 +- src/Interpreters/Context.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/NuRaft b/contrib/NuRaft index 7ecb16844af..d10351f312c 160000 --- a/contrib/NuRaft +++ b/contrib/NuRaft @@ -1 +1 @@ -Subproject commit 7ecb16844af6a9c283ad432d85ecc2e7d1544676 +Subproject commit d10351f312c1ae1ca3fdda433693dfbef3acfece diff --git a/src/Interpreters/Context.cpp b/src/Interpreters/Context.cpp index 44d0f837413..f73ca38eb5e 100644 --- a/src/Interpreters/Context.cpp +++ b/src/Interpreters/Context.cpp @@ -1914,12 +1914,12 @@ void Context::initializeKeeperDispatcher([[maybe_unused]] bool start_async) cons if (start_async) { assert(!is_standalone_app); - LOG_INFO(shared->log, "Connected to ZooKeeper (or Keeper) before internal Keeper start or we don't depend on our Keeper cluster" - ", will wait for Keeper asynchronously"); + LOG_INFO(shared->log, "Connected to ZooKeeper (or Keeper) before internal Keeper start or we don't depend on our Keeper cluster, " + "will wait for Keeper asynchronously"); } else { - LOG_INFO(shared->log, "Cannot connect to ZooKeeper (or Keeper) before internal Keeper start," + LOG_INFO(shared->log, "Cannot connect to ZooKeeper (or Keeper) before internal Keeper start, " "will wait for Keeper synchronously"); }